Loading...
 

CX_SYSTEM_OBJECT::RemoteServicesAvailable

CX_SYSTEM_OBJECT::RemoteServicesAvailable

Description:

This class function checks whether all conditions are met in this machine to enable EnableRemoteMessages and other remote functions to function. While the remote functions report an error, this function returns FALSE (remote functions cannot currently be used) or TRUE (all prerequisites are met).

Code example:
SystemObject Call(RemoteServicesAvailable) if { SystemObject Call(EnableRemoteMessages) }

Stack
Stack Position Object type Brief description
Stack(In) Top
Stack(Out) Top INTEGER
Function call: Call(RemoteServicesAvailable)