isRedundant()

This function returns whether the project has been configured as redundant.

Synopsis

bool isRedundant();

Return value

FALSE means that there are no entries for a redundant project in the config file and TRUE denotes that the config file contains entries for a redundant project.

Description

This function searches for entries for a redundant project in the config file.

main()
{
   bool redu;
   redu=isRedundant();
   DebugN("Redu=",redu);
}   

Assignment

Administration of managers.

Availability

CTRL