ChildProcess
Defined in: index.ts:92
2.0.0
O extends IOPayload
code:
null|number
Defined in: index.ts:94
Exit code of the process. null if the process was terminated by a signal on Unix.
signal:
null|number
Defined in: index.ts:96
If the process was terminated by a signal, represents that signal.
stderr:
O
Defined in: index.ts:100
The data that the process wrote to stderr.
stdout:
O
Defined in: index.ts:98
The data that the process wrote to stdout.
© 2025 Tauri Contributors. CC-BY / MIT