isCancelError Property (ServiceError)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents Assembly
Click or drag to resize