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
staticresidentSetMemory(pid:Int):Result<UInt64>
Evaluates to the resident set size for the current process.
staticsetPriority(pid:Int, priority:Int):Result<NoData>
Sets the priority of the process with the given pid.