Compartir a través de


Trigger.RuntimeState Propiedad

Definición

Obtiene indica si el desencadenador se está ejecutando o no. Se actualiza cuando se llama a las API Start/Stop en el desencadenador. Entre los valores posibles se incluyen: "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 de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a