Share via


KanbanJob.existPreviousJobInStatus Method

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

Syntax

public boolean existPreviousJobInStatus(LeanKanbanJobStatus _status)

Run On

Called

Parameters

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.

See Also

Reference

KanbanJob Table