ProcessProgressEventArgs
Leave feedback
On this page
Inheritance: java.lang.Object, com.aspose.ms.System.EventArgs, com.groupdocs.signature.handler.events.ProcessEventArgs
public class ProcessProgressEventArgs extends ProcessEventArgs
Provides data for OnProgress event of signing, verification and search processes.
| Constructor | Description |
|---|---|
| ProcessProgressEventArgs() |
| Method | Description |
|---|---|
| getProgress() | Represents progress in percents. |
| setProgress(int value) | Represents progress in percents. |
| getTicks() | Represents time spent in milliseconds since process Start event. |
| setTicks(long value) | Represents time spent in milliseconds since process Start event. |
| getProcessedSignatures() | Represents quantity of processed signatures. |
| setProcessedSignatures(int value) | Represents quantity of processed signatures. |
| getCancel() | Indicates whether process should be canceled. |
| setCancel(boolean value) | Indicates whether process should be canceled. |
public ProcessProgressEventArgs()
public final int getProgress()
Represents progress in percents. Value range is from 0 to 100.
Returns: int
public final void setProgress(int value)
Represents progress in percents. Value range is from 0 to 100.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final long getTicks()
Represents time spent in milliseconds since process Start event.
Returns: long
public final void setTicks(long value)
Represents time spent in milliseconds since process Start event.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | long |
public final int getProcessedSignatures()
Represents quantity of processed signatures.
Returns: int
public final void setProcessedSignatures(int value)
Represents quantity of processed signatures.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final boolean getCancel()
Indicates whether process should be canceled.
Returns: boolean
public final void setCancel(boolean value)
Indicates whether process should be canceled.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.