ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Debug functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
dbgAuditStatus (Function)
In french: dbgEtatAudit
Retrieves and changes the status of the dynamic audit.
Example
// Starts the dynamic audit
dbgEnableAudit()
...
// Pauses the dynamic audit
dbgAuditStatus(AuditPause)
Syntax

Finding out the status of dynamic audit Hide the details

<Result> = dbgAuditStatus()
<Result>: Integer constant
Current status of dynamic audit:
AuditDisabledThe dynamic audit was not enabled.
AuditEnabledThe dynamic audit is enabled.
AuditPauseThe dynamic audit is paused.

Modifying the status of dynamic audit Hide the details

<Result> = dbgAuditStatus(<New status>)
<Result>: Integer constant
Dynamic auditing activity status before the changes made by dbgAuditStatus.
AuditDisabledThe dynamic audit was not enabled.
AuditEnabledThe dynamic audit is enabled.
AuditPauseThe dynamic audit is paused.
<New status>: Integer constant
New status of dynamic audit:
AuditDisabledPermanently stops the dynamic audit. To re-enable it, you will have to use dbgEnableAudit.
AuditEnabledEnables the dynamic audit (after a pause).
AuditPauseTemporarily stops the dynamic audit.
Component: wd290vm.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/03/2023

Send a report | Local help