EnrollmentStatus

public enum EnrollmentStatus

The EnrollmentStatus Enum contains the possible states for an enrollment.

Enum Constants

ACTIVE

public static final EnrollmentStatus ACTIVE

Enrollment is active, alerts will be raised.

COMPLETED

public static final EnrollmentStatus COMPLETED

Enrollment is completed when the last milestone is fulfilled.

DEFAULTED

public static final EnrollmentStatus DEFAULTED

Enrollment is defaulted, all of the configured alerts will not be raised. If the milestone has not been fulfilled by the last day of the milestone, then that enrollment is marked as defaulted. It also cannot be moved to the active state.

UNENROLLED

public static final EnrollmentStatus UNENROLLED

Enrollment will have unenrolled state when unenroll was performed.