Mes.WebApi.Models.UtilExec JSON Schema
- Last UpdatedNov 06, 2025
- 1 minute read
| Name | Description | Data Type |
|---|---|---|
| ent_name | The entity name, from Ent table ent_name column linked to the executor record. | string |
| ent_id | The entity ID. | integer |
| jobstart_reas_cd | The job start reason code. | integer |
| jobend_reas_cd | The job end reason code. | integer |
| shift_end_reas_cd | The shift end reason code. | integer |
| shift_start_reas_cd | The shift start reason code. | integer |
| unkn_stop_reas_cd | The unknown stop reason code. | integer |
| target_util | The target utilization for the entity. | number |
| spare1 | The contents of the spare1 field. | string |
| spare2 | The contents of the spare2 field. | string |
| spare3 | The contents of the spare3 field. | string |
| spare4 | The contents of the spare4 field. | string |
| state_desc | The current utilization state description, from the Util_State table state_desc column linked to the executor record’s Cur_state_cd value. | string |
| color | The name or hex value of the HTML color of the current utilization state’s background color in the user interface. | string |
| cur_log_id | The current utilization log ID. Beginning with MES version 6.0, this column is not used for new utilization executor records. | integer |
| cur_reas_duration | The current duration, in minutes. Leading zeros are removed. | number |
| std_time | The standard amount of time, in minutes, that an entity is expected to be in the current utilization reason. | number |
| cur_reas_cd | The current utilization reason code for the entity. | integer |
| comments | The comments for the current utilization reason. | string |
| reas_desc | The utilization reason description, from the Util_Reas table reas_desc column linked to this record’s Cur_reas_cd value. | string |
| cur_reas_start_utc | The current reason start time, in UTC. | string |
| cur_state_cd | The current utilization state code for the entity. | integer |