os/native/ProcessUnix
-
class ProcessUnix
-
-
static method new~unix(args: ArrayList<T>) → ProcessUnix
-
method init~unix(args: ArrayList<T>)
-
method wait → Int
- Wait for the process to end. Bad things will happen if you haven’t called executeNoWait before.
-
method executeNoWait
- Execute the process without waiting for it to end. You have to call wait manually.