STK UtilSend comments on this topic.
AgEExecMultiCmdResultAction Enumeration
See Also

Description

Enumeration defines a set of actions when an error occurs while executing a command batch.

Members

MemberValueDescription
eContinueOnError0Continue executing the remaining commands in the command batch.
eStopOnError1Terminate the execution of the command batch but do not throw an exception.
eExceptionOnError2Terminate the execution of the command batch and throw an exception.
eIgnoreExecCmdResult0x8000Ignore results returned by individual commands. The option must be used in combination with other flags.
© 2024 Analytical Graphics, Inc. All Rights Reserved.