AsyncTaskProgress Class

Summary: Provides progress info for the asynchronous task.

Module: aspose.imaging.asynctask

Full Name: aspose.imaging.asynctask.AsyncTaskProgress

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
AsyncTaskProgress(progress_percentage, duration)Initializes a new instance of the AsyncTaskProgress class.

Properties

NameTypeAccessDescription
DURATIONdatetimerThe duration of the asynchronous task.
PROGRESS_PERCENTAGEintrThe 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:

ParameterTypeDescription
progress_percentageintThe progress percentage.
durationdatetimeThe duration.