3 references to Stopped
System.Workflow.Runtime (3)
Hosting\WorkflowRuntimeService.cs (3)
23
private WorkflowRuntimeServiceState state = WorkflowRuntimeServiceState.
Stopped
;
78
if (state.Equals(WorkflowRuntimeServiceState.
Stopped
))
98
state = WorkflowRuntimeServiceState.
Stopped
;