KanbanBoardTmpMessageBoard.addMessage Method
Adds a new message to the message board, and deletes the oldest if the maximum number of messages was reached.
Syntax
private void addMessage(KanbanBoardMessageType _type, str _message)
Run On
Called
Parameters
- _type
Type: KanbanBoardMessageType Enumeration
The type of the message to show: KanbanBoardMessageType::Error, KanbanBoardMessageType::Info, or Warning.
- _message
Type: str
The text to display to the user.