AsyncTaskProgress
Contents
[
Hide
]Inheritance: java.lang.Object
public class AsyncTaskProgress
Provides progress info for the asynchronous task.
Constructors
Constructor | Description |
---|---|
AsyncTaskProgress(int progressPercentage, long duration) | Initializes a new instance of the AsyncTaskProgress class. |
Fields
Field | Description |
---|---|
Duration | The duration of the asynchronous task. |
ProgressPercentage | The progress of the asynchronous task, in percent. |
Methods
AsyncTaskProgress(int progressPercentage, long duration)
public AsyncTaskProgress(int progressPercentage, long duration)
Initializes a new instance of the AsyncTaskProgress class.
Parameters:
Parameter | Type | Description |
---|---|---|
progressPercentage | int | The progress percentage. |
duration | long | The 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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
progressPercentage | int | |
duration | com.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |