mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
1.0 KiB
1.0 KiB
@tauri-apps/api / shell / ChildProcess
Interface: ChildProcess
shell.ChildProcess
Properties
code
code: null | number
Exit code of the process. null if the process was terminated by a signal on Unix.
Defined in
signal
signal: null | number
If the process was terminated by a signal, represents that signal.
Defined in
stderr
stderr: string
The data that the process wrote to stderr.
Defined in
stdout
stdout: string
The data that the process wrote to stdout.