Class AsyncTaskProgress
Class AsyncTaskProgress
Namespace: Aspose.Imaging.AsyncTask
Assembly: Aspose.Imaging.dll (25.8.0)
Provides progress info for the asynchronous task.
public class AsyncTaskProgressInheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
AsyncTaskProgress(int, TimeSpan)
Initializes a new instance of the Aspose.Imaging.AsyncTask.AsyncTaskProgress class.
public AsyncTaskProgress(int progressPercentage, TimeSpan duration)Parameters
progressPercentage int
The progress percentage.
duration TimeSpan
The duration.
Fields
Duration
The duration of the asynchronous task.
public readonly TimeSpan DurationField Value
ProgressPercentage
The progress of the asynchronous task, in percent.
public readonly int ProgressPercentage