ESigningStatus
Represents the status of an e-signing process.
enum ESigningStatus {
DRAFT
PROCESSING
PENDING
COMPLETED
}
Values
ESigningStatus.DRAFT
The e-signing is in a draft state.
ESigningStatus.PROCESSING
The e-signing is being processed.
ESigningStatus.PENDING
Waiting for the signatories to sign the document.
ESigningStatus.COMPLETED
The e-signing is completed and the document is signed.
Member Of
ESigning object