Class AsyncTaskProgress

Class AsyncTaskProgress

Namespace: Aspose.Imaging.AsyncTask
Assembly: Aspose.Imaging.dll (25.2.0)

Provides progress info for the asynchronous task.

public class AsyncTaskProgress

Inheritance

objectAsyncTaskProgress

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 Duration

Field Value

TimeSpan

ProgressPercentage

The progress of the asynchronous task, in percent.

public readonly int ProgressPercentage

Field Value

int