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.