Interface IAsyncTaskState
IAsyncTaskState interface
Provides access to the state of the asynchronous task.
public interface IAsyncTaskState
Properties
| Name | Description | 
|---|---|
| IsCanceled { get; } | Gets a value indicating whether the asynchronous task is canceled. | 
| Progress { get; } | Gets the progress of the asynchronous task. | 
Methods
| Name | Description | 
|---|---|
| SetProgress(int) | Sets the progress of the asynchronous task. | 
See Also
- namespace Aspose.PSD.AsyncTask
 - assembly Aspose.PSD