TaskState 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.
Gets or sets the task state.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TaskStateTypeConverter))]
public struct TaskState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TaskState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TaskStateTypeConverter))>]
type TaskState = struct
interface IArgumentCompleter
Public Structure TaskState
Implements IArgumentCompleter, IEquatable(Of TaskState)
- Inheritance
-
TaskState
- Attributes
- Implements
Fields
Cancelled | |
Failed | |
Pending | |
Skipped | |
Started | |
Succeeded |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type TaskState (override for Object) |
Equals(TaskState) |
Compares values of enum type TaskState |
GetHashCode() |
Returns hashCode for enum TaskState |
ToString() |
Returns string representation for TaskState |
Operators
Equality(TaskState, TaskState) |
Overriding == operator for enum TaskState |
Implicit(String to TaskState) |
Implicit operator to convert string to TaskState |
Implicit(TaskState to String) |
Implicit operator to convert TaskState to string |
Inequality(TaskState, TaskState) |
Overriding != operator for enum TaskState |