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 |
---|---|
IncrementProgressMaxValue(int) | Increments the progress maximum value. |
IndicateProgress(EventType) | Sets the progress of the asynchronous task. |
See Also
- namespace Aspose.Imaging.AsyncTask
- assembly Aspose.Imaging