Event System Properties
- Last UpdatedJun 06, 2017
- 1 minute read
Each event sent from the Batch Server has the following system properties. These properties exist as actual properties on the client-side Event object.
|
Property Name |
Data Type |
Description |
|---|---|---|
|
System |
String |
Type of system sending the event. Possible values for Batch Events: [BatchServer] |
|
Source |
String |
Event provider sending the event. Possible values for Batch Events: [BatchMngr] |
|
Area |
String |
Not used. Value is [none] |
|
EventType |
String |
Type of event. This is what defines the properties the event will have. Possible values for Batch Events: [Batch, Equipment, UnitProcedure, Operation, Phase, MaterialInput, MaterialOutput, Custom, BatchError] |
|
Priority |
Integer |
Not used. Value will be [1] |
|
Id |
String |
Guid that defines a unique Id generated at the event provider. |
|
EventTime |
DateTime |
DateTime generated by the event provider when sending the event. |
|
DisplayText |
String |
Text to describe the event. Value will be "InBatch." + EventType |