Actions

%syse

From Zenitel Wiki

Revision as of 09:50, 4 October 2019 by Nikica (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
AI.png

The %syse macro is used in the Event Handler to read the current state of System Status sub eventes.


Syntax

%syse(sub_event)
sub_event is the sub event to read status for

Return ON/OFF dependent of the current system state.

Examples

IF %syse(230)
  LOG "Node is in IP standby mode"
ENDIF

Back to Event_Handler#List_of_context_parameters.