TaskInstancePolicySettings Enumeration

 

Describes the task policy settings.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  CoreProviders (in CoreProviders.dll)

public enum class TaskInstancePolicySettings

Member nameDescription
TASK_INSTANCES_IGNORE_NEW

Ignore new.

TASK_INSTANCES_PARALLEL

Parallel.

TASK_INSTANCES_QUEUE

Queue.

TASK_INSTANCES_STOP_EXISTING

Stop existing.

Return to top

Community Additions

ADD
Show: