GameSaveProviderGetResult.Status Property

Definition

Status result of the asynchronous game save provider request.

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

Property Value

Type: GameSaveErrorStatus

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

Remarks

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

Applies to

See also