Aracılığıyla paylaş


Trigger.RuntimeState Property

Definition

Gets indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to