# QlmActivationStatus

| Name                  |                             Description                             |
| --------------------- | :-----------------------------------------------------------------: |
| Undefined             |                   The status has not been set yet                   |
| DbNotFound            |                The floating license DB was not found                |
| DbPathMismatch        | The path of the floating license DB does not match the initial path |
| DbNoLicense           |                         No license was found                        |
| DbValid               |                   The floating license DB is valid                  |
| FailedToActivate      |                    The license activation failed                    |
| InvalidLicense        |                        The license is invalid                       |
| NoMoreLicenses        |                      There are no more licenses                     |
| NotActivated          |                     The license is not activated                    |
| Activated             |                       The license is activated                      |
| AlreadyActivated      |                  The license was already activated                  |
| OfflineLicenseExpired |                   The offline license has expired                   |
