Skip to main content

Module process

Module process 

Source
Expand description

Process status, control, and standard-I/O types.

Structs§

Child
A spawned process, possibly relaying stdio across VFS domains.
Command
Builds a process to spawn, relaying stdio across VFS domains when a given endpoint cannot be consumed directly by the spawn target.
Process
A handle to a process this VFS did not spawn.
ProcessExit
How a process this VFS did not spawn ended.
ProcessInfo
A snapshot of one process, as of when it was taken.
Processes
A forward enumeration of the target’s process table.
StartTime
When a process started, in whatever units its platform reports.
StdioRecv
A readable standard-I/O endpoint from either a local or remote VFS.
StdioSend
A writable standard-I/O endpoint from either a local or remote VFS.
TerminationPolicy
Policy used to terminate a spawned process.

Enums§

ProcessControl
Whether a spawned process is attached to the foreground process group.
ProcessStatus
Terminal status of a spawned process.
Signal
A Unix process signal.