Integratec API Platform
OPAPI OPBOOL opControlConnectionStart ( OPAPIHandle  control,
wchar_t **  errorMsg 
)

Sends a signal to the control hub to start registered processes on each control node.

Parameters
[in]controlHandle representing a control connection.
[out]errorMsgError message describing the failure, set if the function fails.
Returns
If the function succeeds, the return value is non-zero and control is set to a handle representing the control connection.
If the function fails, the return value is zero and errorMsg is set to an error message describing the failure.
Usage
Specify a control connection handle that was returned by a call to opControlConnectionOpen using the control parameter.
See also
opControlConnectionOpen.