TestRunStatus 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.
Test run status.
public readonly struct TestRunStatus : IEquatable<Azure.Developer.LoadTesting.TestRunStatus>
type TestRunStatus = struct
Public Structure TestRunStatus
Implements IEquatable(Of TestRunStatus)
- Inheritance
-
TestRunStatus
- Implements
Constructors
TestRunStatus(String) |
Initializes a new instance of TestRunStatus. |
Properties
Accepted |
Test run request is accepted. |
Cancelled |
Test run request is cancelled. |
Cancelling |
Test run is being cancelled. |
Configured |
Test run configuration is done. |
Configuring |
Test run is getting configured. |
Deprovisioned |
Test run is deprovisioned. |
Deprovisioning |
Test run is getting deprovisioned. |
Done |
Test run is completed. |
Executed |
Test run execution is completed. |
Executing |
Test run has started executing. |
Failed |
Test run request is failed. |
NotStarted |
Test run is not yet started. |
Provisioned |
Test run is provisioned. |
Provisioning |
Test run is provisioning. |
ValidationFailure |
Test run JMX file validation is failed. |
ValidationSuccess |
Test run JMX file is validated. |
Methods
Equals(TestRunStatus) |
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(TestRunStatus, TestRunStatus) |
Determines if two TestRunStatus values are the same. |
Implicit(String to TestRunStatus) |
Converts a String to a TestRunStatus. |
Inequality(TestRunStatus, TestRunStatus) |
Determines if two TestRunStatus values are not the same. |