ProcessStatus
Inheritance: java.lang.Object
public final class ProcessStatus
Specifies status of signing and verification processes.
Fields
Field | Description |
---|---|
None | Process is not started. |
Started | Process was started. |
InProgress | Process is in progress. |
Completed | Process is completed. |
None
public static final int None
Process is not started.
Started
public static final int Started
Process was started.
InProgress
public static final int InProgress
Process is in progress.
Completed
public static final int Completed
Process is completed.