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. 0 if no flag WaitForExit or if cannot wait. |
ProcessHandle | If used flag NeedProcessHandle, contains process handle. Later the System.Threading.WaitHandle variable must be disposed.
|
ProcessId | The process id. 0 if used flag WaitForExit or if did not start new process (eg opened the document in an existing process) or if cannot get it. |
Methods
Name | Description |
---|---|
ToString() | Returns RResult.ProcessId as string. |