BatchJobReleaseTaskState 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.
BatchJobReleaseTaskState enums.
public readonly struct BatchJobReleaseTaskState : IEquatable<Azure.Compute.Batch.BatchJobReleaseTaskState>
type BatchJobReleaseTaskState = struct
Public Structure BatchJobReleaseTaskState
Implements IEquatable(Of BatchJobReleaseTaskState)
- Inheritance
-
BatchJobReleaseTaskState
- Implements
Constructors
BatchJobReleaseTaskState(String) |
Initializes a new instance of BatchJobReleaseTaskState. |
Properties
Completed |
The Task has exited with exit code 0, or the Task has exhausted its retry limit, or the Batch service was unable to start the Task due to Task preparation errors (such as resource file download failures). |
Running |
The Task is currently running (including retrying). |
Methods
Equals(BatchJobReleaseTaskState) |
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(BatchJobReleaseTaskState, BatchJobReleaseTaskState) |
Determines if two BatchJobReleaseTaskState values are the same. |
Implicit(String to BatchJobReleaseTaskState) |
Converts a string to a BatchJobReleaseTaskState. |
Inequality(BatchJobReleaseTaskState, BatchJobReleaseTaskState) |
Determines if two BatchJobReleaseTaskState values are not the same. |