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 the KanbanJob table buffer can have the specified status.
Syntax
public boolean canHaveStatus(LeanKanbanJobStatus _leanKanbanJobStatus)
Run On
Called
Parameters
- _leanKanbanJobStatus
Type: LeanKanbanJobStatus Enumeration
The LeanKanbanJobStatus enumeration value to test.
Return Value
Type: boolean
true if the KanbanJob table buffer can have the status; otherwise false.
Remarks
The base class always returns true.