Enum CommandResultStatus
Represent a status of command result.
Namespace: TehGM.Wolfringo.Commands.Results
Assembly: Wolfringo.Commands.dll
Syntax
public enum CommandResultStatus
Fields
| Name | Description |
|---|---|
| Failure | Step has failed, and the command execution should be aborted. |
| Skip | Step has failed, but execution should not be aborted - try running the next command. |
| Success | Step was successful, continue. |