AsyncTaskProgress Class
Summary: Provides progress info for the asynchronous task.
Module: aspose.imaging.asynctask
Full Name: aspose.imaging.asynctask.AsyncTaskProgress
Constructors
| Name | Description |
|---|---|
| AsyncTaskProgress(progress_percentage, duration) | Initializes a new instance of the AsyncTaskProgress class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| DURATION | System.TimeSpan | r | The duration of the asynchronous task. |
| PROGRESS_PERCENTAGE | int | r | The progress of the asynchronous task, in percent. |
Constructor: AsyncTaskProgress(progress_percentage, duration)
AsyncTaskProgress(progress_percentage, duration)
Initializes a new instance of the AsyncTaskProgress class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| progress_percentage | int | The progress percentage. |
| duration | System.TimeSpan | The duration. |