Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Event: Action CommandEnded

Declaration

Action CommandEnded

Summary

Raised once the command ends (that is, exits naturally or is aborted) and all the clean-up has completed. See Remarks.

Remarks

When this event occurs, the CommandRunner is guaranteed to be in either the CommandRunnerState.Exited or CommandRunnerState.Aborted state. The CommandRunner.EndedWaitHandle will not have fired yet, and will only fire once this event handler is completed.