« Back to Product

Documentation

IPS_DisableDebugFile

Require: Symcon >= 5.2

 boolean IPS_DisableDebugFile (int $InstanceID) 

Parameters

InstanceID

Instance ID

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

The function deactivates the writing of debug logs to a file of the instance with the ID InstanceID, after it was previously activated via IPS_EnableDebugFile.

Example

// Deactivates the writing of debug logs for instance 12345
IPS_DisableDebugFile(12345);
Any questions?