ExecuteMultipleCommandsMode#
- class ansys.stk.core.stkutil.ExecuteMultipleCommandsMode#
IntFlag
Overview#
|
Continue executing the remaining commands in the command batch. |
|
Terminate the execution of the command batch but do not throw an exception. |
|
Terminate the execution of the command batch and throw an exception. |
|
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