JobStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
JobStatus(String) |
Initializes a new instance of JobStatus. |
Properties
Canceled |
canceled. |
Failed |
failed. |
NotStarted |
notStarted. |
Running |
running. |
Succeeded |
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. |