public class Process extends Object:
Lightweight process facade used by tests.
| Modifier and Type | Member | Description |
|---|---|---|
| public static readonly | currentcurrent as Process |
Returns the current process. |
| Modifier and Type | Member | Description |
|---|---|---|
| public property | PIDPID as UInt: |
Operating-system process identifier. |
| Modifier and Type | Member | Description |
|---|---|---|
| public static | executeexecute(
commandLine as List<String>,
inputString as String = null,
timeout as ULong = 0ul
) as ProcessResults: |
Executes a command line. |