Share via


GameSaveBlobGetResult.Status Property

Definition

The status result of the asynchronous game save blob request.

public:
 property GameSaveErrorStatus Status { GameSaveErrorStatus get(); };
GameSaveErrorStatus Status();
public GameSaveErrorStatus Status { get; }
var gameSaveErrorStatus = gameSaveBlobGetResult.status;
Public ReadOnly Property Status As GameSaveErrorStatus

Property Value

Type: GameSaveErrorStatus

GameSaveErrorStatus containing the status result of the asynchronous game save blob request.

Remarks

If Status is GameSaveErrorStatus.Ok, the operation completed successfully and GameSaveBlobGetResult.Value is valid.

Applies to

See also