Go to documentation repository
The INC_MANAGER object corresponds to the Incident manager system object.
The INC_MANAGER object sends events given in the table.
...
Procedures are started when the corresponding event
...
occurs.
Events | Events description | Paremeters | Parameters description |
---|
...
Code Block |
---|
OnEvent("INC_MANAGER","_id_","_event_") |
Event
Comment | ||||
---|---|---|---|---|
CLOSE_CLICK | Click the Close button in the interface | The event is generated when an incident is closed without being processed by |
the operator in the Incident manager interface | ||||
CLOSE_ALL_CLICK | Click the Close all button in the interface | The event is generated when all incidents are closed without being processed by |
the operator in the Incident manager interface | |
SELECT | Click |
an incident in the interface | The event is generated if |
the operator left-clicks or right-clicks the incident in the Incident manager interface | ||||
ACTIVATE_EVENT | The operator selects the event (click the event with the mouse) | alarm_time<> | Time when the event occurs | |
event_guid<> | Event ID (generated randomly for each event) | |||
objtype<> | Object type (for example, CAM, GRELE, and so on |
) | ||||
action<> | Action type (for example, MD_START, DISARM, and so on) | |||
SETUP_FILTER | Search and display of certain events and objects that match all selected filter criteria at a time | Works the same way as the filter in the settings of the Incident manager interface (see Event information) when you click the Filter button |