isCancelError Property

Summary

Indicates if the ServiceError object is representing a request that has been aborted.

Syntax

JavaScript Syntax
Object.defineProperty(ServiceError.prototype, 'isCancelError', 
	get: function() 
) 
TypeScript Syntax
isCancelError: boolean; // read-only 

Property Value

true if the ServiceError object is representing a request that has been aborted; otherwise, false.

Remarks

Refer to PrepareAjax for more information.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly