Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The INC_SERVER object corresponds to the Incident server system object.

The INC_SERVER object sends events given in the tableProcedure is started when the corresponding event appears. Format of event procedure for the Incident server object:

OnEvent("INC_SERVER","_id_","_event_")


Event

Description

Comment

EVENT

The event (incident) is taken into processing or is being processed by the operator in the Incident manager

The event is generated:

1) when the operator takes the event into processing;

2) at each step of event processing.

The serializeBase64 parameter of the event contains JSON with detailed information about the processed event, including the steps performed by the operator.

  • No labels