EventCategorySubBatchMessage coding group
Sub Categories for the event category 'Batch Message'.
Lua access code
To access the code of the codings below, append the coding group name and coding name to syslib.model.codes,
see an example below.
return syslib.model.codes.EventCategorySubBatchMessage.EVT_CAT_BAT_ANY
Codings
| Name | Code | Description |
|---|---|---|
| EVT_CAT_BAT_ANY | 1 | Any event in the category 'Batch Message' |
| EVT_CAT_BAT_BATCH_CANCELLED | 15 | Batch cancelled event in the category 'Batch Message' |
| EVT_CAT_BAT_BATCH_COMPLETED | 11 | Batch completed event in the category 'Batch Message' |
| EVT_CAT_BAT_BATCH_PAUSED | 7 | Batch paused event in the category 'Batch Message' |
| EVT_CAT_BAT_BATCH_STARTED | 3 | Batch started event in the category 'Batch Message' |
| EVT_CAT_BAT_LOT_CANCELLED | 14 | Lot cancelled event in the category 'Batch Message' |
| EVT_CAT_BAT_LOT_COMPLETED | 10 | Lot completed event in the category 'Batch Message' |
| EVT_CAT_BAT_LOT_PAUSED | 6 | Lot paused event in the category 'Batch Message' |
| EVT_CAT_BAT_LOT_STARTED | 2 | Lot startetd event in the category 'Batch Message' |
| EVT_CAT_BAT_PHASE_CANCELLED | 16 | Phase cancelled event in the category 'Batch Message' |
| EVT_CAT_BAT_PHASE_COMPLETED | 12 | Phase completed event in the category 'Batch Message' |
| EVT_CAT_BAT_PHASE_PAUSED | 8 | Phase paused event in the category 'Batch Message' |
| EVT_CAT_BAT_PHASE_STARTED | 4 | Phase started event in the category 'Batch Message' |
| EVT_CAT_BAT_STEP_CANCELLED | 17 | Step cancelled event in the category 'Batch Message' |
| EVT_CAT_BAT_STEP_COMPLETED | 13 | Step completed event in the category 'Batch Message' |
| EVT_CAT_BAT_STEP_PAUSED | 9 | Step paused event in the category 'Batch Message' |
| EVT_CAT_BAT_STEP_STARTED | 5 | Step started event in the category 'Batch Message' |