Skip to content
Tauri

TerminatedPayload

Defined in: index.ts:558

Payload for the Terminated command event.

code: null | number

Defined in: index.ts:560

Exit code of the process. null if the process was terminated by a signal on Unix.


signal: null | number

Defined in: index.ts:562

If the process was terminated by a signal, represents that signal.


© 2025 Tauri Contributors. CC-BY / MIT