WorkflowRuntime::IsStarted Property
Gets a value that indicates whether the workflow run-time engine has been started.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
Property Value
Type: System::Booleantrue if the workflow run-time engine has been started; otherwise, false. The default is false.
IsStarted indicates that the workflow run-time engine services are running. IsStarted is false until the host calls StartRuntime. It remains true until the host calls StopRuntime.
Note |
|---|
You cannot add core services to the workflow run-time engine while it is running. Core services are services that derive from the WorkflowSchedulerService class, the DefaultWorkflowCommitWorkBatchService class, the WorkflowPersistenceService class, and the TrackingService class. |
The following example demonstrates how to access the IsStarted property of a WorkflowRuntime object. In this example, if the runtime is started, a message is printed to the console.
Available since 3.0
