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

Return Value

Type: boolean
true if the kanban is late; otherwise, false.

See Also

Reference

Kanban Table