The IGraphExecutive type exposes the following members.

Methods

  NameDescription
Public methodCancel
Cancels execution
Public methodCanVertexExecutionProceed
Returns true if graph execution is running, false if cancelled or waits if paused/throttled
Public methodPause
Pauses execution
Public methodResume
Resumes execution when paused
Public methodRun
Starts IDirectedAcyclicGraph asynchronously
Public methodSignalVertexExecutionEnd
Called by vertex shortly before execution end, regardless of result

See Also