9 references to Suspended
System.ServiceModel.Activities (9)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (9)
349
workflowInstance.state = State.
Suspended
;
1808
if (this.state == State.
Suspended
)
1892
else if (this.state == State.Unloaded || this.state == State.Aborted || this.state == State.
Suspended
)
2263
if ((this.state == State.
Suspended
&& this.isTransactedCancelled) || this.state == State.Active)
2273
if ((this.state == State.
Suspended
&& this.isTransactedCancelled) || ValidateStateForRun(null, null))
2367
if (this.state == State.
Suspended
&&
3586
if (this.instance.state != State.
Suspended
&& !this.instance.IsIdle)
4698
thisPtr.parent.Instance.state = State.
Suspended
;
5796
if (this.instance.state == State.
Suspended
)