KanbanJob::isOverdue Method
Indicates whether a kanban job is overdue.
Syntax
client server public static boolean isOverdue(
KanbanJobDueDateTime _dueDateTime,
KanbanJobExpectedDateTime _expectedDateTime,
LeanKanbanJobStatus _status,
LeanReplenishmentStrategy _leanReplenishmentStrategy,
LeanAverageTakt _replenishmentLeadTime)
Run On
Called
Parameters
- _dueDateTime
Type: KanbanJobDueDateTime Extended Data Type
The due date time of a kanban job.
- _expectedDateTime
Type: KanbanJobExpectedDateTime Extended Data Type
The expected date time for finishing the kanban job.
- _status
Type: LeanKanbanJobStatus Enumeration
- _leanReplenishmentStrategy
Type: LeanReplenishmentStrategy Enumeration
The rule replenishment strategy.
- _replenishmentLeadTime
Type: LeanAverageTakt Extended Data Type
The lean replenishment lead time.
Return Value
Type: boolean
true if the kanban job is late; otherwise, false.