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 a status reset to a specified target status is allowed.
Syntax
public boolean isStatusResetAllowed(
KanbanStatusUpdate _kanbanStatusUpdate,
[LeanKanbanStatus _status,
boolean _silent])
Run On
Called
Parameters
- _kanbanStatusUpdate
Type: KanbanStatusUpdate Table
A KanbanStatusUpdate table buffer.
- _status
Type: LeanKanbanStatus Enumeration
The target status; optional.
- _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 status reset is allowed; otherwise, false.
Remarks
The status reset is allowed under these conditions:
All preconditions are met.
The current status is after the target status.