ApprovalApproverStatus
Represents the status of an individual approver.
enum ApprovalApproverStatus {
PENDING
APPROVED
REJECTED
}
Values
ApprovalApproverStatus.PENDING
Waiting for the approver to action the request.
ApprovalApproverStatus.APPROVED
The approver has approved the request.
ApprovalApproverStatus.REJECTED
The approver has rejected the request.
Member Of
ApprovalApprover object