OperationClicked
- Last UpdatedAug 19, 2016
- 1 minute read
This event is called when a user selects an object in the Operations pane.
Syntax
BatchSFCVar_OperationClicked (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: Integer
Row of operation selected. All operation objects, transition objects, branches, and vertical lines that connect operations are included in the row count.
Column
Data Type: Integer
Column of operation selected. All operation objects and branches are included in the column count.
clicked
Data Type: Boolean
Click type where:
0 = Single-click
1 = Double-click