[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[],["`Task.TaskState` defines the progression of a task using integer constants. `CLOSED` (2) indicates the task is completed, `OPEN` (1) means the task is not yet completed, and `UNSPECIFIED` (0) represents an unknown or default task state. The interface is an annotation type, inheriting methods such as `annotationType()`, `equals()`, `hashCode()`, and `toString()` from the `Annotation` interface. The core actions involve assigning one of these states to a given task.\n"]]