ExecutionState 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.
Drill Execution State.
public readonly struct ExecutionState : IEquatable<Azure.ResourceManager.ResilienceManagement.Models.ExecutionState>
type ExecutionState = struct
Public Structure ExecutionState
Implements IEquatable(Of ExecutionState)
- Inheritance
-
ExecutionState
- Implements
Constructors
| Name | Description |
|---|---|
| ExecutionState(String) |
Initializes a new instance of ExecutionState. |
Properties
| Name | Description |
|---|---|
| NotRunning |
Drill is not running currently. |
| Paused |
Drill is paused, waiting for manual resume. |
| Running |
Drill is running currently. |
Methods
| Name | Description |
|---|---|
| Equals(ExecutionState) |
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(ExecutionState, ExecutionState) |
Determines if two ExecutionState values are the same. |
| Implicit(String to ExecutionState) |
Converts a string to a ExecutionState. |
| Implicit(String to Nullable<ExecutionState>) | |
| Inequality(ExecutionState, ExecutionState) |
Determines if two ExecutionState values are not the same. |