FP_Stop
IAStatus FP_Stop | (IAHandle serverHandle, IATaskID taskID); |
Purpose
This function stops an advise operation on the I/O point with the specified taskID. The taskID becomes invalid after a call to this function.
Parameter List
Name | Type | Description |
---|---|---|
serverHandle | IAHandle | Handle to a specific server session. Create the handle with FP_Open. |
taskID | IATaskID | Task ID of the advise operation for which to read the cache. FP_Advise returns the task ID. The task ID becomes invalid after a call to FP_Stop. |
Return Value
The LabWindows/CVI manager or the server can return the following status codes. FP_ErrorMsg converts the status codes into descriptive strings.
LabWindows/CVI Manager-Level Error Codes | 0x8480 IA_MGR_ERROR 0x8484 IA_MGR_SERVER_NOT_LOADED 0x8487 IA_MGR_INVALID_SERVER_HND 0x8488 IA_MGR_INVALID_TASK_ID |
FieldPoint Server-Level Standard Error Codes | 0x8000 to 0x83FF |
Refer to the error section in your server help file for more information.