5 references to Completed
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
342
if (existingKeyView.InstanceKeyState != InstanceKeyState.
Completed
)
System.Runtime.DurableInstancing (4)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (4)
341
view.InstanceKeyState = InstanceKeyState.
Completed
;
466
if (existingKeyView.InstanceKeyState == InstanceKeyState.
Completed
)
479
existingKeyView.InstanceKeyState = InstanceKeyState.
Completed
;
485
keyView.InstanceKeyState = InstanceKeyState.
Completed
;