This feature allows users to temporarily halt a work order and resume it later, providing greater flexibility in managing tasks.
A database schema update is required to support this feature.
workorder.paused
is a new timestamp column that indicates whether a work order is currently paused and when it was paused.workordertype.allowpause
is a new column that indicates whether a work order type allows pausing.