Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Batch Management

HistHookReportTriggerEndOfPhase

  • Last UpdatedJun 06, 2017
  • 1 minute read

Description:

The HistHookReportTriggerEndOfPhase function is called by the Batch Runtime when a phase status goes to Done or Aborted and when that phase has a report configured. It writes to the ReportQueue table to generate the specified report.

Syntax

char* HistHookReportTriggerEndOfPhase (char* szBatchServerName, char* szBatchKey, H_CLB* pCLB, char* szPhaseKey, char* szReportName)

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

  • szPhaseKey

    • Type: char*

    • Description: Contains the unique identification string for the phase

  • szReportName

    • Type: char*

    • Description: Contains the unique identification string for ReportName

Return Type: char*

This function returns an insert query for the ReportQueue table of the BatchHistory database. The returned string must remain allocated (that is, it must return a static buffer).

In This Topic
TitleResults for “How to create a CRG?”Also Available in