2 references to IsInTerminalState
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
432
if (!operation.CanRun(this) && !this.
IsInTerminalState
)
582
if (temp.CanRun(this) || this.
IsInTerminalState
)