i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > services > ILongRunningState > isCanceled

    services.ILongRunningState.isCanceled property

    Indicates whether the user has canceled the long-running operation.

    Signature:

    readonly isCanceled: boolean;
    

    Returns: boolean

    Introduced: API version 1.0

    Remarks

    If you inspect this property during your processing for a long-running operation and find it to be true, you can avoid doing further work (for example, making more calls to a target data source) in support of the operation.

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