<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`ListItemCache`](ListItemCache) › [`task`](ListItemCache/task) ## ListItemCache.task property A single character indicating the checked status of a task. The space character `' '` is interpreted as an incomplete task. Any other character is interpreted as completed task. `undefined` if this item isn't a task. **Signature:** ```typescript task?: string | undefined; ```