| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
Events.Alarm.Type
Queries the type of alarm.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| Events | 6.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "Events.Alarm.Type"; EKAlarm ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| EKAlarm | The reference to the alarm. | $Alarm |
Result
Returns text or error.
Description
Queries the type of alarm.Can be Display, Email, Procedure or Sound.
| Display | The alarm displays a message. |
| Sound | The alarm plays a sound. |
| URL | The alarm opens a URL. |
| The alarm sends an email. |
This field is read-only; to change the type of alarm, set emailAddress, sound or URL.
Setting all of those to empty text will change it to type Display.
See also
This function checks for a license.
Created 10th March 2016, last changed 13th August 2016
Events.Alarm.TriggerDateRelativeTo - Events.AuthorizationStatusForEntityType