KanbanJob.existLaterJobOfType Method
Indicates whether a later job of a specified type exists for the same parent Kanban record.
Syntax
public boolean existLaterJobOfType(LeanKanbanJobType _leanKanbanJobType)
Run On
Called
Parameters
- _leanKanbanJobType
Type: LeanKanbanJobType Enumeration
The lean kanban job type to find.
Return Value
Type: boolean
true if at least one later job with the specified type exists; otherwise, false.
Remarks
A later job is a job with a later sequence number than the current job.