16 references to WorkflowRuntimeServiceState
System.Workflow.Runtime (16)
Hosting\DefaultWorkflowSchedulerService.cs (2)
198
if (e.NewFirstElement != null && this.State ==
WorkflowRuntimeServiceState
.Started)
215
if (State ==
WorkflowRuntimeServiceState
.Started)
Hosting\ManualWorkflowSchedulerService.cs (2)
314
if (State.Equals(
WorkflowRuntimeServiceState
.Started))
374
if (e.NewFirstElement != null && this.State ==
WorkflowRuntimeServiceState
.Started)
Hosting\SqlWorkflowPersistenceService.cs (3)
932
if (this.State ==
WorkflowRuntimeServiceState
.Started)
1034
if (State ==
WorkflowRuntimeServiceState
.Started)
1079
if (State ==
WorkflowRuntimeServiceState
.Started)
Hosting\WorkflowRuntimeService.cs (9)
23
private
WorkflowRuntimeServiceState
state =
WorkflowRuntimeServiceState
.Stopped;
59
protected
WorkflowRuntimeServiceState
State
68
if (state.Equals(
WorkflowRuntimeServiceState
.Started))
71
state =
WorkflowRuntimeServiceState
.Starting;
78
if (state.Equals(
WorkflowRuntimeServiceState
.Stopped))
81
state =
WorkflowRuntimeServiceState
.Stopping;
92
state =
WorkflowRuntimeServiceState
.Started;
98
state =
WorkflowRuntimeServiceState
.Stopped;