Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether all preconditions are met and the KanbanJob object is ready for a given target status update.
Syntax
public boolean isReadyForStatusUpdate([LeanKanbanJobStatus _status, boolean _silent])
Run On
Called
Parameters
- _status
Type: LeanKanbanJobStatus Enumeration
The target status.
- _silent
Type: boolean
A Boolean value that specifies whether the method can add warnings to the Infolog; optional.
Return Value
Type: boolean
true if the kanban job is ready for the status update; otherwise, false.
Remarks
Kanban jobs cannot end when previous jobs are still open.