Command.State

class State
kotlin.Any
   ↳ kotlin.Enum<com.google.android.managementapi.commands.model.Command.State>
   ↳ com.google.android.managementapi.commands.model.Command.State

State of the command.

Summary

Enum values

The command execution is complete.

A generic error occurred.

The command execution is pending.

Unspecified.

Enum values

COMPLETE

enum val COMPLETE : Command.State

The command execution is complete.

GENERIC_ERROR

enum val GENERIC_ERROR : Command.State

A generic error occurred.

PENDING

enum val PENDING : Command.State

The command execution is pending.

UNSPECIFIED

enum val UNSPECIFIED : Command.State

Unspecified.