ProcessStatus
Leave feedback
On this page
Inheritance: java.lang.Object
public final class ProcessStatus
Specifies status of signing and verification processes.
| Field | Description |
|---|---|
| None | Process is not started. |
| Started | Process was started. |
| InProgress | Process is in progress. |
| Completed | Process is completed. |
public static final int None
Process is not started.
public static final int Started
Process was started.
public static final int InProgress
Process is in progress.
public static final int Completed
Process is completed.
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.