DisableJobOption Enum

Definition

Specifies what to do with active tasks during a disable job operation.

C#
public enum DisableJobOption
Inheritance
DisableJobOption

Fields

Name Value Description
Requeue 0

Terminate running tasks and requeue them. The tasks will run again when the job is enabled.

Terminate 1

Terminate running tasks. The tasks will not run again.

Wait 2

Allow currently running tasks to complete.

Applies to

Product Versions
Azure SDK for .NET Latest