Get assert enabled
Get assert enabled : Boolean
Parameter | Type | Description | |
---|---|---|---|
Function result | Boolean | ← | 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.