Enum ResultStatus

Namespace: ArmoniK.Api.gRPC.V1
Assembly: ArmoniK.Api.Common.dll

public enum ResultStatus

Fields

Aborted = 3

  • Result is aborted.

Completed = 2

  • Result is completed with a completed task.

Created = 1

  • Result is created and task is created, submitted or dispatched.

Deleted = 4

  • Result is completed, but data has been deleted from object storage.

Notfound = 127

  • NOTFOUND is encoded as 127 to make it small while still leaving enough room for future status extensions

see https://developers.google.com/protocol-buffers/docs/proto3#enum

Unspecified = 0

  • Result is in an unspecified state.