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") 

Scripting Guidelines

 

Related functions

Job_EnableLog