WorkflowRuntimeEventArgs.IsStarted Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Workflowruntime-Engine ausgeführt wird.

public:
 property bool IsStarted { bool get(); };
public bool IsStarted { get; }
member this.IsStarted : bool
Public ReadOnly Property IsStarted As Boolean

Eigenschaftswert

true, wenn die Workflowruntime-Engine ausgeführt wird, andernfalls false.

Hinweise

Für IsStarted gilt true für das WorkflowRuntime.Started-Ereignis und 'false' für das WorkflowRuntime.Stopped-Ereignis.

Gilt für: