ExecuteMultipleCommandsMode#

class ansys.stk.core.stkutil.ExecuteMultipleCommandsMode#

IntFlag

Overview#

CONTINUE_ON_ERROR

Continue executing the remaining commands in the command batch.

STOP_ON_ERROR

Terminate the execution of the command batch but do not throw an exception.

EXCEPTION_ON_ERROR

Terminate the execution of the command batch and throw an exception.

DISCARD_RESULTS

Ignore results returned by individual commands. The option must be used in combination with other flags.

Import detail#

from ansys.stk.core.stkutil import ExecuteMultipleCommandsMode