ProcedureClicked
- Last UpdatedAug 24, 2016
- 1 minute read
This event is called when a user selects the procedure symbol in the SFC Unit Procedures pane. The procedure object is generally the first object in the unit procedure, operation, and phase sequences.
Syntax
BatchSFCVar_ProcedureClicked (campaign, lot, batch, Row, Column, clicked)
Parameters
campaign
Data Type: String
Campaign Id of selected batch
lot
Data Type: String
Lot Id of selected batch
batch
Data Type: String
Batch Id of selected batch
Row
Data Type: Short
Row of procedure symbol location
Column
Data Type: Short
Column of procedure symbol location
clicked
Data Type: Boolean
Click type where:
0 = Single-click
1 = Double-click