<process> ( -- process )
Operating system processes ยป The process lifecycle

Prev:process
Next:process-started? ( process -- ? )


Vocabulary
io.launcher

Inputs
None

Outputs
processa process


Word description
Creates a new, empty process. It must be filled in before being passed to run-process.

Definition