GetRel1ClassLibrary Function

Action

Returns TRUE if the Use release 1.x version of the class library check box is checked in the Agent Options window.

Syntax

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.

Notes

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.

Example

[ ] BOOLEAN bRel1Option
[-] if (GetRel1ClassLibrary () == FALSE)
	[ ] raise 1, "ERROR: Wrong setting for release 1.x option"