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-07-01 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, with many previous versions listed, dating back to version 2.1.2."],["The `ApiService.State` enum includes states such as `NEW`, `STARTING`, `RUNNING`, `STOPPING`, `TERMINATED`, and `FAILED`, each representing a different phase in a service's lifecycle."],["The documented state transition order is such that if there is a transition from state A to B then A is ordered before B, but the opposite is not true."],["There is also listed a table of inherited members such as `Enum.valueOf`, `Object.wait` and more, as well as a table of the methods `valueOf` and `values`."]]],[]]