indicates if the ServiceError error object is representing an abort from UploadFile.
Object.defineProperty(ServiceError.prototype, 'isAbortError',
get: function()
)
isAbortError: boolean; // read-only
true if Abort was called and the ParseError method
was called on the parameters returned from that fail
Promise handler.
The value of IsAbortError is actually a shortcut for confirming that jqxhr
and
errorThrown
are null. If this is true, the value of StatusText
will be "abort".
See ServiceError or Promises in the Documents Library Service for more information.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET