Share via


KanbanJob.existLaterJobInStatus Method

Indicates whether a later job with a given status exists for the same parent Kanban record.

Syntax

public boolean existLaterJobInStatus(LeanKanbanJobStatus _status)

Run On

Called

Parameters

Return Value

Type: boolean
true if at least one later job with a given status exists; otherwise, false.

Remarks

A later job is a job with a later sequence number than the current job.

See Also

Reference

KanbanJob Table