IAsyncTask Class

Summary: The asynchronous task.

Module: aspose.psd.asynctask

Full Name: aspose.psd.asynctask.IAsyncTask

Aspose.PSD Version: 24.4.0

Properties

NameTypeAccessDescription
is_busyboolrGets a value indicating whether this task is currently running.
is_canceledboolrGets a value indicating whether this task was canceled.
is_faultedboolrGets a value indicating whether this task was faulted.
progressAsyncTaskProgressrGets the progress of the asynchronous task.
resultobjectrGets the result of this task.

Methods

NameDescription
abort()Aborts this task.
The task is completed immediately, with the risk of not freeing internal unmanaged resources.
cancel()Cancels this task.
The task is completed safely by the controlled stopping of the algorithm.
run_async()Runs this task.