USER_SIGNAL_READY my_parameter
Developers using the c-tree Server SDK may define functionality to occur at Server startup.
This keyword passes my_parameter to a user-defined function in ctclbk.c, which the developer should alter to suit the needs of the custom server:
NINT ctusersig_ready(TEXT mystring)
This keyword can be specified multiple times with different parameters to accomplish different tasks provided the user-defined function is implemented accordingly.
Default: OFF
See Also