Link Search Menu Expand Document

IsDRGLibReady

Function name IsDRGLibReady
Function Library Content/DRGLib/Main/LIB_F_Main
Outputs ReturnValue(bool) Returns true if DRGLib is ready for commands relating to the managers

Any function requiring a “Lib_A_MainRef” will need to wait for DRGLib to prepare the various feature managers. This function helps simplify that process.

This node has been deprecated in favor of the interface event DRGLibStartupComplete

Example usage:
Example image