HistHookTransitionInfo
- Last UpdatedJun 06, 2017
- 1 minute read
Description:
The HistHookTransitionInfo function is called whenever there is a transition during batch execution. When this function is called, it creates an entry in the Transition Table of the BatchHistory database.
Syntax
char* HistHookTransitionInfo(char* szBatchServerName, char* szBatchKey, H_CLB* pCLB, char* szTransitionKey, H_Transition* pTransition)
Parameters:
-
szBatchServerName
-
Type: char*
-
Description: Contains the name of the batch server configured in system parameters.
-
-
szBatchKey
-
Type: char*
-
Description: Contains the unique identification string for the batch
-
-
pCLB
-
Type: H_CLB*
-
Description: Points to the structure that contains the information of campaign, lot, and batch
-
-
szTransitionKey
-
Type: char*
-
Description: Contains the unique identification string for a Transition
-
-
pTransition
-
Type: H_Transition*
-
Description: Points to the structure of H_Transition that refers to Transition table of the BatchHistory database
-
Return Type: char*
This function returns an insert query for the Transition table of the BatchHistory database. The returned string must remain allocated (that is, it must return a static buffer).