Describes the subscription evaluation operation status.

Enumeration Members

Cancelled: 3

The operation was cancelled by the user.

Failed: 5

The operation completed with a failure.

InProgress: 2

The operation is in progress.

NotFound: 7

The operation could not be found.

NotSet: 0

The operation object does not have the status set.

Queued: 1

The operation has been queued.

Succeeded: 4

The operation completed successfully.

TimedOut: 6

The operation timed out.