state property

String? state
getter/setter pair

The state of CS This field summarizes the other fields in this message. Possible string values are:

  • "STATE_UNSPECIFIED" : CS's state cannot be determined.
  • "CONFIG_SYNC_NOT_INSTALLED" : CS is not installed.
  • "CONFIG_SYNC_INSTALLED" : The expected CS version is installed successfully.
  • "CONFIG_SYNC_ERROR" : CS encounters errors.
  • "CONFIG_SYNC_PENDING" : CS is installing or terminating.

Implementation

core.String? state;