staticdryRun:Bool = false
staticread onlyprocessorCores:Int
staticget_processorCores ():Int
staticopenFile (workingDirectory:String, targetPath:String, executable:String = ""):Void
staticopenURL (url:String):Void
staticrunCommand (path:String, command:String, args:Array<String>, safeExecute:Bool = true, ignoreErrors:Bool = false, print:Bool = false):Int
staticrunProcess (path:String, command:String, args:Array<String>, waitForOutput:Bool = true, safeExecute:Bool = true, ignoreErrors:Bool = false, print:Bool = false, returnErrorValue:Bool = false):String