AsyncTaskProgress Class
Summary: Provides progress info for the asynchronous task.
Module: aspose.psd.asynctask
Full Name: aspose.psd.asynctask.AsyncTaskProgress
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
AsyncTaskProgress(progress_percentage, duration) | Initializes a new instance of the AsyncTaskProgress class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
DURATION | datetime | 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 | datetime | The duration. |