Tries to start the RT kernel on the specified Node. Successful completion means that the start has been initiated but does not necessarily mean that it completed successfully. Use ntxGetRtStatus to determine if the RT kernel started successfully.
Visual Basic
Sub ntxStartLocalRtNode(
ByVal hLoc As Integer)
C#
void ntxStartLocalRtNode(
int32 hLoc)
hLoc
E_PARAM |
The location parameter is invalid. |
E_LOCATION |
The specified location is not a local Node. |
E_NTX_COMM_FAILURE |
The DLL could not contact the INtime Kernel Service to complete the request. |
Versions | Reference |
---|---|
INtime 5.0 | INtimeDotNet |