The ordering of the State enum is defined such that if there is a state transition
from A -> B then A.compareTo(B) < 0. N.B. The converse is not true, i.e. if
A.compareTo(B) < 0 then there is not guaranteed to be a valid state transition
A -> B.
[[["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-04-17 UTC."],[[["This document details the `ApiService.State` enum, which defines the lifecycle states of a service, and the latest version is 2.46.1."],["The state transitions of a service are defined in such a way that if a service moves from state A to B, then A will always be considered less than B when compared."],["The `ApiService.State` enum includes states such as `NEW`, `STARTING`, `RUNNING`, `STOPPING`, `TERMINATED`, and `FAILED`, each describing a different operational phase of a service."],["The document provides links to various versions of the API documentation, spanning from version 2.46.1 down to version 2.1.2, allowing users to access the specific documentation for the version that they are working with."],["The document also lists the inherited members from the Enum class, as well as static methods and static fields relevant to `ApiService.State`, all of which are documented with a link."]]],[]]