start
os.Process.start
(name String, args Sequence String, env_vars container.Map String String)
=>
outcome os.process[Abstract feature]
¶start a process with name, arguments and environment variables
Precondition
pre safety: env_vars.keys ∀ (x -> x.codepoints ∀ .is_ascii)
0.099dev (GIT hash a1331a3dc7ff37424401d3c7d0dba5be1302516f)