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