System.Process
Purpose
Section titled “Purpose”Process-level APIs for args, exit, and process metadata.
Candidate surface
Section titled “Candidate surface”Process.Args() -> string[]Process.Exit(i32 code) -> unitProcess.Id() -> i32
Exitsemantics must be explicit for tests/tools.- Spawning/subprocess APIs should be specified separately as an additive expansion.