Enum WindowsScheduledTaskMultipleInstancesPolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the action to take when a scheduled task starts and an existing scheduled task is already running.
public enum WindowsScheduledTaskMultipleInstancesPolicy
Fields
IgnoreNew = 3
The action is to not start a new instance.
Parallel = 1
The action is to run a new instance in parallel.
Queue = 2
The action is to queue a new instance.
StopExisting = 4
The acction is to stop the existing instance.
Unknown = 0
The action is unknown.