Enum JobOptions
A set of values that control how a JobObject operates.
Namespace: Fs.Processes.JobObjects
Assembly: Fs.Processes.dll
Syntax
[Flags]
public enum JobOptions
Fields
| Name | Description |
|---|---|
| AllowBreakAway | Allow processes to breakaway from the job, if requested. |
| AllowSilentBreakAway | New processes are not automatically associated with the job. |
| None | A place holder used when no options are desired. |
| PreventWindowsErrorReporting | Prevent Windows Error Reporting dialogs if a process terminates due to an unhandled exception. |
| TerminateAtTimeLimit | Terminate all active processes when the TimeLimit is exceeded. If this option is not set, a notification is generated and the TimeLimit is cleared. |
| TerminateProcessesWhenJobClosed | Terminate all active processes associated with the JobObject when the last handle to the JobObject is closed. |