Share via


JobStatus Struct

Definition

List of statuses a job can have.

public readonly struct JobStatus : IEquatable<Azure.Health.Deidentification.JobStatus>
type JobStatus = struct
Public Structure JobStatus
Implements IEquatable(Of JobStatus)
Inheritance
JobStatus
Implements

Constructors

JobStatus(String)

Initializes a new instance of JobStatus.

Properties

Canceled

Job has been canceled after user request.

Failed

Job has completed with all documents failing, or a validation failure.

NotStarted

Job has been submitted and is waiting to be processed.

PartialFailed

Job has completed with at least a single document failing.

Running

Job has been started.

Succeeded

Job has completed successfully. All documents have succeeded.

Methods

Equals(JobStatus)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(JobStatus, JobStatus)

Determines if two JobStatus values are the same.

Implicit(String to JobStatus)

Converts a string to a JobStatus.

Inequality(JobStatus, JobStatus)

Determines if two JobStatus values are not the same.

Applies to