Enumeration defines a set of actions when an error occurs while executing a command batch.
Member | Value | Description |
---|---|---|
eContinueOnError | 0 | Continue executing the remaining commands in the command batch. |
eStopOnError | 1 | Terminate the execution of the command batch but do not throw an exception. |
eExceptionOnError | 2 | Terminate the execution of the command batch and throw an exception. |
eIgnoreExecCmdResult | 0x8000 | Ignore results returned by individual commands. The option must be used in combination with other flags. |