> For the complete documentation index, see [llms.txt](https://xtask.rlib.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xtask.rlib.io/configuration/achievements/xtask.enabled.md).

# XTASK.enabled

Determines if an achievement is enabled or not.

## <mark style="color:red;">▸ Data Type</mark>

&#x20;      <mark style="color:green;">**(boolean)**</mark>**&#x20;**<mark style="color:yellow;">**true**</mark> or <mark style="color:yellow;">**false**</mark>

## <mark style="color:red;">▸ Example</mark>

Enable achievement:

```lua
XTASK.enabled = true
```

Disable achievement:

```lua
XTASK.enabled = false
```
