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 02118e9cbed77f3897084a4a507da3f11ac8881e)