Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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