The state of a capability is valid at a particular point in time.
If a particular capability is enabled at time T, there is no guarantee as to
if it will be available at time T+1. When a maintenance period is scheduled,
there will be usually advance notice as to when the capability is disabled.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`CapabilityState` represents the state of a specific capability at a given moment in time."],["The availability of a capability at a future time cannot be guaranteed, even if it's currently enabled."],["Maintenance periods for capabilities are typically announced in advance, including when the capability will be disabled."],["You can use `getCapability()` to retrieve the associated capability, `getScheduledDate()` to get the maintenance schedule date (if applicable), and `getStatus()` to retrieve the current status of the capability."]]],[]]