C# Class Microsoft.Azure.Commands.SiteRecovery.TaskStatus

Possible states of the Task.
Show file Open project: Azure/azure-powershell

Public Properties

Property Type Description
Cancelled string
Failed string
InProgress string
NotStarted string
Other string
Succeeded string
Suspended string

Property Details

Cancelled public static property

Status Cancelled value.
public static string Cancelled
return string

Failed public static property

Status Failed value.
public static string Failed
return string

InProgress public static property

Status InProgress value.
public static string InProgress
return string

NotStarted public static property

TaskStatus NotStarted value.
public static string NotStarted
return string

Other public static property

Status Other value.
public static string Other
return string

Succeeded public static property

Status Succeeded value.
public static string Succeeded
return string

Suspended public static property

Status Suspended value.
public static string Suspended
return string