Sets the displayed message while processing is initialized.
Defaults to 'Initializing.'.
string|\Drupal\Core\StringTranslation\TranslatableMarkup $message: The text to display.
$this
public function setInitMessage($message) { $this->initMessage = $message; return $this; }