AsyncTaskProgress

Inheritance: java.lang.Object

public class AsyncTaskProgress

Provides progress info for the asynchronous task.

Constructors

ConstructorDescription
AsyncTaskProgress(int progressPercentage, long duration)Initializes a new instance of the AsyncTaskProgress class.

Fields

FieldDescription
DurationThe duration of the asynchronous task.
ProgressPercentageThe progress of the asynchronous task, in percent.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
newAsyncTaskProgress_internalized(int progressPercentage, System.TimeSpan duration)
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AsyncTaskProgress(int progressPercentage, long duration)

public AsyncTaskProgress(int progressPercentage, long duration)

Initializes a new instance of the AsyncTaskProgress class.

Parameters:

ParameterTypeDescription
progressPercentageintThe progress percentage.
durationlongThe duration.

Duration

public final System.TimeSpan Duration

The duration of the asynchronous task.

ProgressPercentage

public final int ProgressPercentage

The progress of the asynchronous task, in percent.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

newAsyncTaskProgress_internalized(int progressPercentage, System.TimeSpan duration)

public static AsyncTaskProgress newAsyncTaskProgress_internalized(int progressPercentage, System.TimeSpan duration)

Parameters:

ParameterTypeDescription
progressPercentageint
durationcom.aspose.ms.System.TimeSpan

Returns: AsyncTaskProgress

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int