Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks if the job or any of its predecessors has a status greater than the passed one.
Syntax
private boolean kanbanHasJobWithStatusGreater(KanbanJob _job, LeanKanbanJobStatus _status)
Run On
Called
Parameters
- _job
Type: KanbanJob Table
The current KanbanJob.
- _status
Type: LeanKanbanJobStatus Enumeration
The status to be checked.
Return Value
Type: boolean
true if the current job or any of its previous has greater status, otherwise false.