Skip to main content
Version: Next

Get assert enabled

Get assert enabled -> Function result

ParameterTypeDescription
Function resultBoolean🡐True = assertions are enabled
False = assertions are disabled

Description

The Get assert enabled command returns True or False according to whether or not assertions are enabled in the current process. For more information about assertions, please refer to the description of the ASSERT command.

By default, assertions are enabled but they may have been disabled using the SET ASSERT ENABLED command.

See also

ASSERT
Asserted
SET ASSERT ENABLED