Static methods
staticconstrainedMemory():Null<UInt64>
Gets the amount of memory available to the process (in bytes) based on
limits imposed by the OS.
If there is no such constraint returns null
staticsetPriority(pid:Int, priority:Int):Result<NoData>
Sets the priority of the process with the given pid.