WorkflowRuntimeEventArgs::IsStarted Property
.NET Framework (current version)
Gets a value that indicates whether the workflow runtime engine is running.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
Property Value
Type: System::Booleantrue if the workflow runtime engine is running; otherwise, false.
IsStarted will be true for the WorkflowRuntime::Started event and false for the WorkflowRuntime::Stopped event.
.NET Framework
Available since 3.0
Available since 3.0
Show: