Share via


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

Return Value

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

See Also

Reference

KanbanJob Table