It may still be possible to cancel the operation. The result of the operation isn't available yet, and any registered callback hasn't yet been dispatched or invoked.
[[["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-07-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eGARFutureState\u003c/code\u003e represents the state of an asynchronous operation, which can be pending, cancelled, or done.\u003c/p\u003e\n"],["\u003cp\u003eWhen the state is \u003ccode\u003eGARFutureStateCancelled\u003c/code\u003e, the operation is cancelled and callbacks won't be invoked.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGARFutureStateDone\u003c/code\u003e signifies operation completion, making the result available and triggering callback invocation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGARFutureStatePending\u003c/code\u003e indicates an ongoing operation that can potentially be cancelled, with results and callback execution pending.\u003c/p\u003e\n"]]],["The `GARFutureState` enumeration defines the state of an asynchronous operation. It includes three states: `GARFutureStatePending`, indicating the operation is ongoing and cancellable; `GARFutureStateCancelled`, meaning the operation was cancelled and any callback will not be executed; and `GARFutureStateDone`, indicating the operation is complete and the result is ready, with a registered callback soon to be invoked if not yet done.\n"],null,[]]