| GraphStageLogic Fields |
The GraphStageLogic type exposes the following members.
| Name | Description | |
|---|---|---|
| DoNothing |
TBD
| |
| EagerTerminateInput |
Input handler that terminates the stage upon receiving completion. The stage fails upon receiving a failure.
| |
| EagerTerminateOutput |
Output handler that terminates the stage upon cancellation.
| |
| IgnoreTerminateInput |
Input handler that does not terminate the stage upon receiving completion.
The stage fails upon receiving a failure.
| |
| IgnoreTerminateOutput |
Output handler that does not terminate the stage upon cancellation.
| |
| InCount |
TBD
| |
| OutCount |
TBD
| |
| TotallyIgnorantInput |
Input handler that does not terminate the stage upon receiving completion
nor failure.
|