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