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 previous status update must run in order to go from the current status to the given status.
Syntax
protected boolean mustRunPreviousStatus(LeanKanbanJobStatus _toStatus)
Run On
Called
Parameters
- _toStatus
Type: LeanKanbanJobStatus Enumeration
The LeanKanbanJobStatus enumeration value to test.
Return Value
Type: boolean
true if at least one previous status update must run to achieve the given status; otherwise, false.