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 in various Java API versions."],["The latest version documented is 2.46.1, and the content lists multiple versions of the `ApiService.State` enum going back to version 2.1.2."],["The `ApiService.State` enum includes states like `NEW`, `STARTING`, `RUNNING`, `STOPPING`, `TERMINATED`, and `FAILED`, each describing a different stage in a service's operation."],["The order of the `State` enum values indicates the valid state transition, where A -\u003e B means A.compareTo(B) \u003c 0, although the reverse isn't always true."],["The document also provides links and descriptions for the inherited members, static fields, and static methods of the `ApiService.State` enum."]]],[]]