this->SetLevelReBootConfig

(Caronte Pcode version 2.0)

Description

void this->SetLevelReBootConfig(int level);

Set the level for the reboot, i.e. 0 = automatic, reload the config for all engines

Example.

Source:

CS_ADMIN_SCRIPT this = new CS_ADMIN_SCRIPT($_this);

int Main(CAdminRequest pRequest, CAdminResponse pResponse)
{

this->SetLevelReBootConfig(0);


return 0;

}