i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > IStatus

    app.IStatus interface

    A set of methods for changing a status display while an asynchronous mutation is running.

    Signature:

    interface IStatus 
    

    Introduced: version 1.1

    Methods

    Method Description
    setMessage(text) Sets the status message in the blocking spinner display.
    setProgress(done, total) Reports numeric progress and optionally yields the UI thread to keep the application responsive.
    In this article
    Back to top © N. Harris Computer Corporation