Production line unavailability
A production line is undergoing maintenance or is inactive because of a public holiday.
In such cases, the projected time to complete the job is extended by the duration of the unavailability during the job’s processing.
During the unavailability period, the job is paused, but stays on the production line. The job is resumed when the production line is available again.
{
"lines": [
{
"id": "line A",
"size": 2000,
"startDate": "2024-12-01",
"unavailableTimeSpans": [
{
"start": "2025-01-01",
"end": "2025-01-02"
}
]
}
]
}