Skip to main content
Version: Next

SetStatusMessageOptions

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

Properties

optionalisStatusMessageTerminal

isStatusMessageTerminal?: boolean

Whether this is the final status message of the run.

optionallevel

level?: ERROR | WARNING | INFO | DEBUG

The log level to log the message with. Defaults to 'DEBUG'.

Page Options