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