Returns TRUE if the Use release 1.x version of the class library check box is checked in the Agent Options window.
bUseRel1 = GetRel1ClassLibrary( )
Variable | Description |
---|---|
bUseRel1 | Returns TRUE if the Use release 1.x version of the class library check box is checked in the Agent Options window; returns FALSE if the box is not checked. BOOLEAN. |
Use this function to verify that the Use release 1.x version of the class library check box is appropriately checked in the Agent Options window.
[ ] BOOLEAN bRel1Option [-] if (GetRel1ClassLibrary () == FALSE) [ ] raise 1, "ERROR: Wrong setting for release 1.x option"