To restart a flow after it is been stopped (see Stop), clients must call start on the stopped flow.
ReturnCode Start()
OperationErrorException | Thrown when the start operation fails. |
ObjectDisposedException | Thrown when the flow is already disposed (terminal state). |
FatalErrorException | Thrown when an unrecoverable error occurs. |