CommandSequenceCompleteHandler¶
-
delegate void CommandSequenceCompleteHandler(ICommandBase command, PmpException ex)¶
Represents the method that is called when execution of the command sequence is finished, i.e. when the command sequence is in either
CommandState.CompletedorCommandState.Failed.- Parameters
command – Last command that finished in the command sequence.
ex – Exception is null in case execution of the command sequence is completed, i.e. not failed.