public class AsyncTaskProgress extends Object
Provides progress info for the asynchronous task.
Modifier and Type | Field and Description |
---|---|
com.aspose.ms.System.TimeSpan |
Duration
The duration of the asynchronous task.
|
int |
ProgressPercentage
The progress of the asynchronous task, in percent.
|
Constructor and Description |
---|
AsyncTaskProgress(int progressPercentage,
long duration)
Initializes a new instance of the
AsyncTaskProgress class. |
public final com.aspose.ms.System.TimeSpan Duration
The duration of the asynchronous task.
public final int ProgressPercentage
The progress of the asynchronous task, in percent.
public AsyncTaskProgress(int progressPercentage, long duration)
Initializes a new instance of the AsyncTaskProgress
class.
progressPercentage
- The progress percentage.duration
- The duration.