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