Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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