KanbanJob.existPreviousJobNotInStatus Method
Indicates whether a previous job that is not in a given status exists for the same parent Kanban record.
Syntax
public boolean existPreviousJobNotInStatus(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 previous job is a job with a lower sequence number than the current job.