Sets the current indicator message.
public function setMessage(?string $message) : void { $this->message = $message; $this->display(); }