commandState property
State of the remote command.
Output only. Possible string values are:
- "COMMAND_STATE_UNSPECIFIED" : Represents an unspecified command state.
- "PENDING" : Represents a command in a pending state.
- "EXPIRED" : Represents a command that has expired.
- "EXECUTED_BY_CLIENT" : Represents a command that has been executed by the client.
Implementation
core.String? commandState;