The goog.labs.result.Result.State Enum

goog.labs.result.Result.State

The States this object can be in.

@enum
{string}

.ERROR

The operation resulted in an error.

.PENDING

The operation is incomplete and the value is not yet available.

.SUCCESS

The operation was a success and the value is available.