Job_DisableLog
Description
Disables logging. Normally used to minimize the number of entries in the log e.g when working with large arrays
Â
Syntax
Job_DisableLog(sFunctionName) as Boolean
Â
Parameters
sFunctionName (String)
Current function
Example
VBScript
If bStatus Then bStatus = Job_DisableLog("Custom")
Â