TaskInstancePolicySettings Enumeration
Describes the task policy settings.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: CoreProviders (in CoreProviders.dll)
Syntax
public enum TaskInstancePolicySettings
public enum class TaskInstancePolicySettings
Public Enumeration TaskInstancePolicySettings
Members
Member name | Description | |
---|---|---|
TASK_INSTANCES_IGNORE_NEW | Ignore new. |
|
TASK_INSTANCES_PARALLEL | Parallel. |
|
TASK_INSTANCES_QUEUE | Queue. |
|
TASK_INSTANCES_STOP_EXISTING | Stop existing. |
See Also
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top