i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > AsyncQuerySubstatus

    spi.AsyncQuerySubstatus type

    A message about the progress of an asynchronous query, which might be displayed to users.

    Signature:

    export type AsyncQuerySubstatus = {
        message: string;
        type: 'INFORMATION' | 'WARNING' | 'ERROR' | 'SUCCESS';
      };
    
    In this article
    Back to top © N. Harris Computer Corporation