This function allows you to determine whether the Synergy/DE UI Toolkit was linked or opened by this application, as well as whether it has been started. It also provides the ability to attach to the UI Toolkit if it isn't attached, and to start it if it isn't started.
result = GotToolkit([option])
where:
If instructed to attach to the Toolkit, GotToolkit uses OPENELB and assumes that the Toolkit library is "WND:tklib.elb" on all platforms except OpenVMS, where it expects the symbol "TKLIB_SH" to point to it instead. If instructed to start the UI Toolkit, GotToolkit calls U_START with no parameters. Calling U_START has a number of side-effects, such as closing all channels. Also, since GotToolkit must use xsubr to call U_START, it's possible to inject an overloaded version of U_START by giving another library priority over tklib.elb.