Process
classin packageklyn.process
public class Process extends Object:
└ Process
Lightweight process facade used by tests.
Fields
Modifier and Type Member Description
public static readonly current
current as Process
Returns the current process.
Properties
Modifier and Type Member Description
public property PID
PID as UInt:
Operating-system process identifier.
Properties inherited from Object: type
Methods
Modifier and Type Member Description
public static execute
execute(commandLine as List<String>, inputString as String = null) as ProcessResults:
Executes a command line.
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml