4 references to IsStalledNow
System.Workflow.Runtime (4)
WorkflowExecutor.cs (4)
798
if (this.Scheduler.
IsStalledNow
)
808
if (this.Scheduler.
IsStalledNow
)
1176
this.rootActivity.SetValue(IsBlockedProperty, this.Scheduler.
IsStalledNow
);
1425
get { return ((this.currentAtomicActivity == null) && (this.Scheduler.
IsStalledNow
|| this.WorkflowStatus == WorkflowStatus.Suspended)); }