Enum. Specifies the status of the application. The ApplicationStatus enumeration class defines the status of the enrollee's application. For example, "complete" or "incomplete".
Syntax
Members
Member | Value | Description |
Complete | 50 | Complete. Coverage created |
Incomplete | 20 | Incomplete. Indicates the application is not complete. |
Maintenance | 70 | Maintenance update. Like synchronization of covergaes |
Other | 2147483647 | Other Indicates other issues are preventing the application from being completed. |
Pending | 40 | Pending. Coverage not created. Waiting response from carrier. |
ReadyToSign | 60 | Ready to sign. Indicates the application is ready to sign. |
Signed | 30 | Signed. Coverage not created. Indicates the application is signed, but coverage not created. |
Trash | 10 | Trash. |
Unknown | 0 | Unknown Indicates the status of the application is unknown. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Selerix.BusinessObjects.ApplicationStatus
See Also