os/native/ProcessUnix

class ProcessUnix
extends:Process
static method new~unix(args: ArrayList<T>)ProcessUnix
method init~unix(args: ArrayList<T>)
method waitInt
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.

This Page