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"]],[["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-08-15 UTC."],[[["This webpage provides documentation for `ApiService.State`, a Java enum that defines the lifecycle states of a service."],["The latest documented version of `ApiService.State` is 2.46.1, but documentation is available for many previous versions, down to version 2.1.2."],["`ApiService.State` enum defines six possible states: `NEW`, `STARTING`, `RUNNING`, `STOPPING`, `TERMINATED`, and `FAILED`, each representing a different operational phase."],["The `State` enum has an ordering where a transition from state A to state B means `A.compareTo(B) \u003c 0`, but the reverse is not guaranteed to be a valid state transition."],["The documentation contains information about the inherited members from the Enum and Object class, as well as the static fields and methods associated with `ApiService.State`."]]],[]]