Actions

Difference between revisions of "%syse"

From Zenitel Wiki

(Created page with "The '''%syse''' macro is used in the Event Handler to read the current state of System Status sub eventes. <br> ===Syntax=== '''%syse(sub_...")
 
Line 1: Line 1:
 +
{{A}}
 
The '''%syse''' macro is used in the [[Event Handler]] to read the current state of [[System_Status_(Event_Type) | System Status]] sub eventes. <br>
 
The '''%syse''' macro is used in the [[Event Handler]] to read the current state of [[System_Status_(Event_Type) | System Status]] sub eventes. <br>
  

Revision as of 09:57, 11 January 2017

AlphaCom icon 300px.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.