JobStatus Struct

Definition

The status of the processing job.

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

Constructors

Name Description
JobStatus(String)

Initializes a new instance of JobStatus.

Properties

Name Description
Canceled

canceled.

Failed

failed.

NotStarted

notStarted.

Running

running.

Succeeded

succeeded.

Methods

Name Description
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

Name Description
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