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.
Creates an instance of the KanbanStatus class.
Syntax
client server public static KanbanStatus newKanban(Kanban _kanban, boolean _updateJobs)
Run On
Called
Parameters
- _kanban
Type: Kanban Table
The Kanban table buffer used to initialize the class.
- _updateJobs
Type: boolean
A Boolean value that indicates whether the kanban jobs must be updated when the parent kanban is updated.
Return Value
Type: KanbanStatus Class
An instance of the KanbanStatus class.
Exceptions
Exception | Condition |
---|---|
Error | The specified value is not a LeanKanbanStatus enumeration value. |