[[["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."],[],["The `GMTSTaskOutcome` is an enumeration with three possible states: `unspecified`, `success`, and `failure`. `unspecified` is represented as 0, `success` as 1, and `failure` as 2 in both Swift and Objective-C. This enum defines the outcome of a task, providing distinct options to indicate whether a task's execution was not defined, completed successfully, or failed.\n"]]