Skip to content

alarm_get_running

CryoEagle edited this page Jan 22, 2019 · 2 revisions

alarm_get_running

Returns if the alarm is running

Syntax:

alarm_get_running(index)
Argument Description
int index Alarm index

Returns: bool

Description:

This function will return bool if the choosen alarm is turned on/off.

Example:

alarm_get_running(3);

Above code will return false if alarm 3 is off or true if alarm 3 is on.

Back to Alarms

Clone this wiki locally