10 references to Aborted
System.ServiceModel.Activities (10)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (10)
271
return this.IsIdle && !this.hasRaisedCompleted && this.state != State.
Aborted
;
484
this.state != State.Completed && this.state != State.Unloaded && this.state != State.
Aborted
)
906
this.state = State.
Aborted
;
936
this.state = State.
Aborted
;
1030
this.state = State.
Aborted
;
1777
if (this.state == State.
Aborted
)
1892
else if (this.state == State.Unloaded || this.state == State.
Aborted
|| this.state == State.Suspended)
1904
if (this.state == State.
Aborted
)
2361
if (this.state == State.Completed || this.state == State.
Aborted
)
4198
if (this.instance.state != State.
Aborted
&& this.instance.Controller.HasPendingTrackingRecords)