Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Indicates whether a previous job of the specified type exists for the same parent Kanban record.
Syntax
public boolean existPreviousJobOfType(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 previous job of a specified type exists; otherwise, false.
Remarks
A previous job is a job with a lower sequence number than the current job.