3 references to Completed
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (3)
484
this.state != State.
Completed
&& this.state != State.Unloaded && this.state != State.Aborted)
1223
this.state = State.
Completed
;
2361
if (this.state == State.
Completed
|| this.state == State.Aborted)