ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
ProcessCreateException
ocean
sys
Process
Exception thrown when the process cannot be created.
class
ProcessCreateException :
ProcessException
{
this
(cstring command, istring message, istring file, uint line);
}
Constructors
this
this
(cstring command, istring message, istring file, uint line)
Undocumented in source.
Meta
Source
See Implementation
ocean
sys
Process
classes
Process
ProcessCreateException
ProcessForkException
ProcessKillException
ProcessWaitException
enums
Redirect
functions
sleep
Exception thrown when the process cannot be created.