Tries to stop 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 stopped successfully.
Visual Basic
Sub ntxStopLocalRtNode(
ByVal hLoc As Integer)
C#
void ntxStopLocalRtNode(
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 |