Compartilhar via


Trigger.RuntimeState Propriedade

Definição

Obtém indica se o gatilho está em execução ou não. Atualizado quando as APIs Iniciar/Parar são chamadas no Gatilho. Os valores possíveis incluem: 'Started', 'Stopped', 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="runtimeState")]
public string RuntimeState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="runtimeState")>]
member this.RuntimeState : string
Public ReadOnly Property RuntimeState As String

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a