"Custom" Event Type Properties
- Last UpdatedJun 06, 2017
- 1 minute read
Each "Custom" event type sent from the Batch Server (Source=BatchMngr) has the following properties. This event is triggered when a batch executes a SendCustomEvent() expression function in a recipe transition. These properties must be accessed using the GetProperty() method on the client-side Event object.
EventType = Custom
|
Property Name |
Data Type |
Description |
|---|---|---|
|
BatchServer |
String |
Name of the source Batch Server as defined in the EnvEdit system parameters. |
|
CampaignId |
String |
CampaignId for BatchEvent. |
|
LotId |
String |
LotId for BatchEvent. |
|
BatchId |
String |
BatchId for BatchEvent. |
|
RecipeId |
String |
RecipeId for BatchEvent. |
|
FormulaName |
String |
FormulaName for BatchEvent |
|
Train |
String |
Train for BatchEvent. |
|
EventName |
String |
First argument passed to the SendCustomEvent() function. |
|
UserData |
String |
Second argument passed to the SendCustomEvent() function. |