TransitionClicked
- Last UpdatedAug 24, 2016
- 1 minute read
This event is called when a user clicks on a transition object.
Syntax
BatchSFCVar_PhaseClicked (campaign, lot, batch, label, status, 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
label
Data Type: String
Label of selected batch
status
Data Type: Integer
Status of selected phase where:
0 = Open
1 = Ready
2 = Wait
3 = Run
4 = Done
5 = Interlocked
6 = Aborted
7 = Held
8 = Aborting
clicked
Data Type: Boolean
Click type where:
0 = Single-click
1 = Double-click