The IGraphExecutive type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | OnCancelled |
Raised on graph execution cancellation
|
![]() | OnCancelPending |
Raised on graph execution cancel pending
|
![]() | OnFailed |
Raised on graph execution failed
|
![]() | OnFinished |
Raised on successful graph execution
|
![]() | OnPaused |
Raised on graph execution paused
|
![]() | OnPausePending |
Raised on graph execution paused pending
|
![]() | OnResumed |
Raised on graph execution resumed
|
![]() | OnResumePending |
Raised on graph execution resume pending
|
![]() | OnStarted |
Raised on graph execution start
|
![]() | OnVertexProgress |
Raised each time am IVertex repors progress
|