Version: NextOn this pageSetStatusMessageOptions Options for setting a crawler run's status message via BasicCrawler.setStatusMessage. Setting a status message is not a storage concern — the crawler broadcasts it through the event system (EventType.STATUS_MESSAGE), and integrations such as the Apify SDK forward it to their status-reporting backend.Index PropertiesisStatusMessageTerminallevelProperties optionalisStatusMessageTerminalisStatusMessageTerminal?: booleanWhether this is the final status message of the run.optionallevellevel?: ERROR | WARNING | INFO | DEBUGThe log level to log the message with. Defaults to 'DEBUG'.
Options for setting a crawler run's status message via BasicCrawler.setStatusMessage.
Setting a status message is not a storage concern — the crawler broadcasts it through the event system (
EventType.STATUS_MESSAGE), and integrations such as the Apify SDK forward it to their status-reporting backend.