DataFactoryTriggerProperties.RuntimeState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
public Azure.ResourceManager.DataFactory.Models.DataFactoryTriggerRuntimeState? RuntimeState { get; }
member this.RuntimeState : Nullable<Azure.ResourceManager.DataFactory.Models.DataFactoryTriggerRuntimeState>
Public ReadOnly Property RuntimeState As Nullable(Of DataFactoryTriggerRuntimeState)