ScriptGetScriptStatus Method - neoVI API
Last updated
Last updated
This method returns the status of the script on a neoVI device.
Parameters
hObject
[in] Specifies the driver object created by .
iFunctionBlockIndex
[in] The index value of the function block
piStatus
[out] 0 = Stopped 1 = Running
Return Values
1 if the function succeeded. 0 if it failed for any reason. must be called to obtain the specific error. The errors that can be generated by this function are:
NEOVI_ERROR_DLL_SCRIPT_NO_SCRIPT_RUNNING = 226
Remarks
The script must have been successfully downloaded to the neoVI using .