Share via


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

  • _message
    Type: str
    The text to display to the user.

See Also

Reference

KanbanBoardTmpMessageBoard Table