Class RResult
Results of run.it.
public class RResult
Namespace: Au.Types
Assembly: Au.dll
Properties
| Name | Description |
|---|---|
| ProcessExitCode | The exit code of the process. |
| ProcessHandle | If used flag NeedProcessHandle, contains process handle. Later the System.Threading.WaitHandle variable must be disposed. |
| ProcessId | The process id. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns RResult.ProcessId as string. |