Compartilhar via


OnAllTasksComplete Enumeração

Definição

Define valores para OnAllTasksComplete.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum OnAllTasksComplete
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type OnAllTasksComplete = 
Public Enum OnAllTasksComplete
Herança
OnAllTasksComplete
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

NoAction 0

Não fazer nada. O Trabalho permanece ativo, a menos que seja encerrado ou desabilitado por outros meios.

TerminateJob 1

Encerre o trabalho. TerminateReason do trabalho é definido como 'AllTasksComplete'.

Aplica-se a