次の方法で共有


Trigger.RuntimeState プロパティ

定義

トリガーが実行されているかどうかを示す値を取得します。 トリガーで Start/Stop API が呼び出されたときに更新されます。 使用可能な値には、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象