i2 Notebook SDK
Search results for

    Show/hide table of contents

    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.

    In this article
    Back to top © N. Harris Computer Corporation