ProcessCompleteEventArgs
Leave feedback
On this page
Inheritance: java.lang.Object, com.aspose.ms.System.EventArgs, com.groupdocs.signature.handler.events.ProcessEventArgs
public class ProcessCompleteEventArgs extends ProcessEventArgs
Provides data on complete event of signing, verification and search processes.
| Method | Description |
|---|---|
| getCompleted() | Represents time mark of process completion. |
| setCompleted(Date value) | Represents time mark of process completion. |
| getTicks() | Represents time in milliseconds spent since process Start event. |
| setTicks(long value) | Represents time in milliseconds spent since process Start event. |
| getTotalSignatures() | Represents total quantity of processed signatures. |
| setTotalSignatures(int value) | Represents total quantity of processed signatures. |
| getCanceled() | Indicates whether process was canceled. |
public final Date getCompleted()
Represents time mark of process completion.
Returns: java.util.Date
public final void setCompleted(Date value)
Represents time mark of process completion.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.Date |
public final long getTicks()
Represents time in milliseconds spent since process Start event.
Returns: long
public final void setTicks(long value)
Represents time in milliseconds spent since process Start event.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | long |
public final int getTotalSignatures()
Represents total quantity of processed signatures.
Returns: int
public final void setTotalSignatures(int value)
Represents total quantity of processed signatures.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final boolean getCanceled()
Indicates whether process was canceled.
Returns: 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.