LeaveStatus
Where a leave request currently sits in the approval workflow.
enum LeaveStatus {
PENDING
APPROVED
DECLINED
}
Values
LeaveStatus.PENDING
Submitted and awaiting a decision from an approver.
LeaveStatus.APPROVED
Approved by an authorised approver; the time off is granted.
LeaveStatus.DECLINED
Rejected by an authorised approver; the time off is not granted.
Member Of
LeaveRequest object