HistHookFoxNonBatchOaj
- Last UpdatedDec 16, 2024
- 1 minute read
Description:
The HistHookFoxNonBatchOaj function is called during the logging of non-batch-related operator actions that occur at the time of batch execution. When the function is called, it creates an entry in the SequenceBlock table of the BatchHistory database.
Syntax
char* HistHookFoxNonBatchOaj(char* szBatchServerName, H_FoxNonBatchOaj* pFoxNBOaj)
Parameters:
-
szBatchServerName
-
Type: char*
-
Description: Contains the name of the batch server configured in system parameters
-
-
pFoxNBOaj
-
Type: H_FoxNonBatchOaj*
-
Description: Points to the structure of the H_FoxNonBatchOaj that refers to the NonBatchOperatorActions table of the BatchHistory database.
-
Return Type: char*
This function returns an insert query for the NonBatchOperatorActions table of the BatchHistory database. The returned string must remain allocated (that is, it must return a static buffer).
Note: HistHookFoxNonBatchOaj is applicable only when Foxboro DCS Components are installed.