Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

EventMonitor.SetEnabled

Enables or disables event monitor.

Component Version macOS Windows Linux Server iOS SDK
EventMonitor 6.3 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "EventMonitor.SetEnabled"; Value )   More

Parameters

Parameter Description Example
Value The new setting.
Pass 1 to enable or 0 to disable.
0

Result

Returns OK or error.

Description

Enables or disables event monitor.
This way you can temporary disable it and later enable it again.
You also need to call EventMonitor.Install once.

Examples

Enable event monitor:

MBS("EventMonitor.SetEnabled"; 1)

Disable event monitor:

MBS("EventMonitor.SetEnabled"; 0)

See also

Blog Entries

This function is free to use.

Created 30th May 2016, last changed 8th August 2020


EventMonitor.SetCardWindow - Events.Alarm.Copy

💬 Ask a question or report a problem