Home > @i2analyze/notebook-sdk > app > IStatus > setMessage
app.IStatus.setMessage() method
Sets the status message in the blocking spinner display.
Signature:
setMessage(text: string): void;
Introduced: version 1.1
Parameters
Parameter | Type | Description |
---|---|---|
text | string | The text to display. |
Returns:
void
Remarks
Use this method to update users about the progress of a particularly long-running operation. In the user interface, the text you provide is prefixed by the name of your plug-in.