GoalAcceptance
Type of goal acceptance
enum GoalAcceptance {
ACCEPTED
REJECTED
PENDING
EXPIRED
}
Values
GoalAcceptance.ACCEPTED
GoalAcceptance.REJECTED
GoalAcceptance.PENDING
GoalAcceptance.EXPIRED
Member of
GoalType
object