Dela via


JobStatus Struct

Definition

The job status.

public readonly struct JobStatus : IEquatable<Azure.Quantum.Jobs.Models.JobStatus>
type JobStatus = struct
Public Structure JobStatus
Implements IEquatable(Of JobStatus)
Inheritance
JobStatus
Implements

Constructors

JobStatus(String)

Initializes a new instance of JobStatus.

Properties

Cancelled

Cancelled.

Executing

Executing.

Failed

Failed.

Succeeded

Succeeded.

Waiting

Waiting.

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