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 2024-10-31 UTC."],[[["`GARFutureState` represents the state of an asynchronous operation, which can be pending, cancelled, or done."],["When the state is `GARFutureStateCancelled`, the operation is cancelled and callbacks won't be invoked."],["`GARFutureStateDone` signifies operation completion, making the result available and triggering callback invocation."],["`GARFutureStatePending` indicates an ongoing operation that can potentially be cancelled, with results and callback execution pending."]]],[]]