> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/api-reference/.net-api/qlmlicense/client-side-methods/getstatus.md).

# GetStatus

### Description

Returns the last license validation status. See [ELicenseStatus ](/docs/api-reference/.net-api/qlmlicense/enums/elicensestatus.md)for possible values.

```csharp
int GetStatus ()
```

### Return

| Data Type | Description |
| :-------: | ----------- |
|    int    | the status  |

### Remarks

You must always call this function after calling ValidateLicense or ValidateLicenseEx to get the result of the validation.
