Partilhar via


DependencyAction Enumeração

Definição

Define valores para DependencyAction.

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

Campos

Block 1

Bloqueia tarefas que aguardam essa tarefa, impedindo que elas sejam agendadas.

Satisfy 0

Satisfazer tarefas aguardando esta tarefa; depois que todas as dependências forem atendidas, a tarefa será agendada para execução.

Aplica-se a