> For the complete documentation index, see [llms.txt](https://docs.deltarix.store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltarix.store/paid-assets/mdt-v2/exports/server/getofficerclockedin.md).

# GetOfficerClockedIn

***

Returns wether the officer is clocked in or not

```lua
---@param source number
exports.drx_mdt:GetOfficerClockedIn()
```

***

Example

```lua
local function getOfficerClockedIn(source)
  local clockStatus = exports.drx_mdt:GetOfficerClockedIn(source)
end
```
