KanbanJob.existLaterJobGreaterStatus Method
Indicates whether a later job with a status that is later than the specified status exists for the same parent Kanban record.
Syntax
public boolean existLaterJobGreaterStatus(LeanKanbanJobStatus _status)
Run On
Called
Parameters
- _status
Type: LeanKanbanJobStatus Enumeration
The status to check.
Return Value
Type: boolean
true if at least one such job exists; otherwise, false.
Remarks
A later job is a job with a later sequence number than the current job.