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.
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.