Enum RFlags
Flags for run.it.
[Flags]
public enum RFlags
Namespace: Au.Types
Assembly: Au.dll
Fields
| Name | Description |
|---|---|
| Admin | Run new process as administrator.
|
| InheritAdmin | If this process runs as administrator, run new process as administrator too.
|
| MostUsed | Add the app to the "Most used" list in the Start menu if launched often. |
| NeedProcessHandle | If started new process, get process handle (RResult.ProcessHandle). |
| ShowErrorUI | Show error message box if fails, for example if file not found. Note: this does not disable exceptions. To avoid exceptions use try/catch or run.itSafe. |
| WaitForExit | If started new process, wait until it exits. |