Kanban::isOverdue Method
Displays whether a kanban is overdue.
Syntax
client server public static boolean isOverdue(
KanbanDueDateTime _dueDateTime,
KanbanExpectedDateTime _expectedDateTime,
LeanReplenishmentStrategy _replenishmentStrategy,
[LeanAverageTakt _replenishmentLeadTime])
Run On
Called
Parameters
- _dueDateTime
Type: KanbanDueDateTime Extended Data Type
The due date and time of a kanban.
- _expectedDateTime
Type: KanbanExpectedDateTime Extended Data Type
The expected date and time for finishing the kanban.
- _replenishmentStrategy
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 is late; otherwise, false.