GoWebScan API
GoWebScanProcessRecordStatus GoWebScanProcess_ProcessRecordStatus ( GoWebScanProcess  process)

Return the status of the GoDataSet object recording functionality.

A status of GO_WEB_SCAN_PROCESS_RECORD_STATUS_OK indicates there are no issues. A status of GO_WEB_SCAN_PROCESS_RECORD_STATUS_STOPPED_AT_MAX_BOARD_COUNT indicates that recording has stopped, despite being enabled, since the max number of boards resulting from recorded data has been reached. A status of GO_WEB_SCAN_PROCESS_RECORD_STATUS_STOPPED_AT_MEMORY_LIMIT indicates that recording has stopped, despite being enabled, since the max specified recording size in bytes has been reached.

Parameters
processGoWebScanProcess object.
Returns
Recording status.