docs

Home All functions Legacy functions Categories

vuDiagnosticsDisable()

Purpose

Disables diagnostic logging without deleting the configured diagnostics file path.

Export name

Clarion prototype

Prototype: vuDiagnosticsDisable(), SIGNED, PROC, PASCAL, RAW, NAME(‘vuDiagnosticsDisable’)

Return value

Example (Clarion)

rc LONG

rc = vuDiagnosticsDisable()
IF rc = 0
  MESSAGE('Diagnostics could not be disabled: ' & vuMailLastError())
END

Notes

Home All functions Legacy functions Categories