BranchClicked
- Last UpdatedAug 19, 2016
- 1 minute read
This event is called when a user selects a branch in the SFC control. To select branches in the SFC control, you must enable Branch selection using the EnableBranchSelection method.
Syntax
BatchSFCVar_BranchClicked (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 branch selected. All recipe procedure elements and vertical lines connecting recipe procedure elements are included in the row count.
Column
Data Type: Short
Column of branch selected. All recipe procedure elements and branches are included in the column count.
clicked
Data Type: Boolean
Click type where:
0 = Single-click
1 = Double-click