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.
- Process
Exit - How a process this VFS did not spawn ended.
- Process
Info - A snapshot of one process, as of when it was taken.
- Processes
- A forward enumeration of the target’s process table.
- Start
Time - When a process started, in whatever units its platform reports.
- Stdio
Recv - A readable standard-I/O endpoint from either a local or remote VFS.
- Stdio
Send - A writable standard-I/O endpoint from either a local or remote VFS.
- Termination
Policy - Policy used to terminate a spawned process.
Enums§
- Process
Control - Whether a spawned process is attached to the foreground process group.
- Process
Status - Terminal status of a spawned process.
- Signal
- A Unix process signal.