GC-Proto/proto/SalvageEscortStopReason.proto

14 lines
330 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
enum SalvageEscortStopReason {
SALVAGE_ESCORT_STOP_REASON_NONE = 0;
SALVAGE_ESCORT_STOP_REASON_SUCCESS = 1;
SALVAGE_ESCORT_STOP_REASON_DUMP = 2;
SALVAGE_ESCORT_STOP_REASON_TIME = 3;
SALVAGE_ESCORT_STOP_REASON_INTERRUPT = 4;
SALVAGE_ESCORT_STOP_REASON_LEAVE = 5;
SALVAGE_ESCORT_STOP_REASON_FULL = 6;
}