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 FAILOVER object corresponds to the Failover system object.

Events from the FAILOVER object are given in the table. Procedures are run when a corresponding event happens. The event procedure format for the Failover object:

OnEvent("FAILOVER","_id_","_event_")

Description of events from the FAILOVER object:

Event

Description

START

 Objects are moved to a backup Server.

STOP

Objects are back to the main Server.

Example uses can be found in the Examples of scripts in JScript language section in Programming Guide (JScript).

  • No labels