state property

String? state
getter/setter pair

The state of a call to cancel a refresh in Sheets. Possible string values are:

  • "REFRESH_CANCELLATION_STATE_UNSPECIFIED" : Default value, do not use.
  • "CANCEL_SUCCEEDED" : The API call to Sheets to cancel a refresh has succeeded. This does not mean that the cancel happened successfully, but that the call has been made successfully.
  • "CANCEL_FAILED" : The API call to Sheets to cancel a refresh has failed.

Implementation

core.String? state;