OperationStatus.Status Property

Definition

Gets or sets operation status: notstarted, running, succeeded, failed. If the operation is requested and waiting to perform, the status is notstarted. If the operation is ongoing in backend, the status is running. Status succeeded means the operation is completed successfully, specifically for snapshot taking operation, it illustrates the snapshot is well taken and ready to apply, and for snapshot applying operation, it presents the target object has finished creating by the snapshot and ready to be used. Status failed is often caused by editing the source object while taking the snapshot or editing the target object while applying the snapshot before completion, see the field "message" to check the failure reason. Possible values include: 'notstarted', 'running', 'succeeded', 'failed'

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.CognitiveServices.Vision.Face.Models.OperationStatusType Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Microsoft.Azure.CognitiveServices.Vision.Face.Models.OperationStatusType with get, set
Public Property Status As OperationStatusType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to