> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum LicenseStatus

> Used in the CheckLicenseStatusResult to describe how SOADMIN should handle

Used in the CheckLicenseStatusResult to describe how SOADMIN should handle

## Syntax

```crmscript theme={null}
LicenseStatus
```

## Fields

| Name                    | Description                                                         |
| ----------------------- | ------------------------------------------------------------------- |
| Ok                      | License is ok. No changes detected                                  |
| NewLicenseAvailable     | New license information available. Get new license and activate it. |
| NewCompanyNameAvailable | Name change detected. Fetch new license and activate it.            |
| NewSerialAvailable      | Serial number change detected. Fetch new license and activate it.   |
| UseCustomMessage        | See message for details.                                            |
| UseCustomMessageAndUrl  | See message and URL for details. Client should make URL clickable.  |
| ProblemWithLicense      | Something seems to be wrong. Cannot fetch new license.              |
| UnknownError            | Bad things are happening.                                           |


## Related topics

- [SuperOffice.WebApi.Data.LicenseStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.LicenseStatus.md)
- [SuperOffice.WebApi.Data.CheckLicenseStatusResult](/en/api/reference/webapi/SuperOffice.WebApi.Data.CheckLicenseStatusResult.md)
- [SuperOffice.WebApi.Data.AnalyticsData](/en/api/reference/webapi/SuperOffice.WebApi.Data.AnalyticsData.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [Get License Status From License Server](/en/api/reference/restful/agent/license_agent/get-license-status-from-license-server.md)
- [NSCheckLicenseStatusResult](/en/automation/crmscript/reference/CRMScript.NetServer.NSCheckLicenseStatusResult.md)
