blob: 00eae61762592109431d74dd58feec1b4669b557 [file] [log] [blame]
/**
* @fileoverview
* @enhanceable
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
goog.provide('proto.db.Status');
/**
* @enum {number}
*/
proto.db.Status = {
INVALID_STATUS: 0,
RUNNING: 1,
SUCCESS: 2,
FAILURE: 3,
ABORTED: 4
};