diff --git a/Protos/V1/result_status.proto b/Protos/V1/result_status.proto index 210319285..798a58d77 100644 --- a/Protos/V1/result_status.proto +++ b/Protos/V1/result_status.proto @@ -9,7 +9,7 @@ enum ResultStatus { RESULT_STATUS_CREATED = 1; /** Result is created and task is created, submitted or dispatched. */ RESULT_STATUS_COMPLETED = 2; /** Result is completed with a completed task. */ RESULT_STATUS_ABORTED = 3; /** Result is aborted. */ - RESULT_STATUS_DELETED = 4; + RESULT_STATUS_DELETED = 4; /** Result is completed, but data has been deleted from object storage. */ /** NOTFOUND is encoded as 127 to make it small while still leaving enough room for future status extensions *