> 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/enums/eofflineperiodexceededaction.md).

# EOfflinePeriodExceededAction

<table><thead><tr><th>Name</th><th>Description</th><th width="100">Value</th></tr></thead><tbody><tr><td>DoNothing</td><td>No action will be performed</td><td>-1</td></tr><tr><td>ExitApp</td><td>Exits the application</td><td>0</td></tr><tr><td>FireEvent</td><td>Fires an event</td><td>1</td></tr><tr><td>ThrowException</td><td>Throws an exception</td><td>2</td></tr></tbody></table>
