9 references to Started
System.Workflow.Runtime (9)
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 (2)
68if (state.Equals(WorkflowRuntimeServiceState.Started)) 92state = WorkflowRuntimeServiceState.Started;