IAsyncResultExt

All Implemented Interfaces: com.aspose.ms.System.IAsyncResult

public interface IAsyncResultExt extends System.IAsyncResult

Represents the extended status of an asynchronous operation.

Methods

MethodDescription
getErrorInfo()Gets a value that represents operation error.
isCanceled()Gets a value that indicates whether the asynchronous operation completed synchronously.

getErrorInfo()

public abstract RuntimeException getErrorInfo()

Gets a value that represents operation error.

Returns: java.lang.RuntimeException

isCanceled()

public abstract boolean isCanceled()

Gets a value that indicates whether the asynchronous operation completed synchronously.

Returns: boolean