Module tauri::api::process[][src]

Expand description

The Command API module allows you to manage child processes.

Structs

API to spawn commands.

Child spawned.

Describes the result of a process after it has terminated.

The output of a finished process.

Payload for the Terminated command event.

Enums

A event sent to the command callback.

Functions

Get the current binary

Kill all child process created with Command. By default it’s called before the crate::App exits.

Restart the process.