Skip to content

System.Process

Process-level APIs for args, exit, and process metadata.

  • Process.Args() -> string[]
  • Process.Exit(i32 code) -> unit
  • Process.Id() -> i32
  • Exit semantics must be explicit for tests/tools.
  • Spawning/subprocess APIs should be specified separately as an additive expansion.