5 references to IsIdle
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (5)
271return this.IsIdle && !this.hasRaisedCompleted && this.state != State.Aborted; 802bool isRunnable = this.state == State.Active && this.isRunnable && !this.IsIdle; 808else if ((this.IsIdle || this.state != State.Active) && NotifyNextIdleWaiter(ref ownsLock)) 3586if (this.instance.state != State.Suspended && !this.instance.IsIdle) 5017if (this.instance.IsIdle)