GameSaveOperationResult.Status Property
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.
Status result of an asynchronous game save operation.
public:
property GameSaveErrorStatus Status { GameSaveErrorStatus get(); };
GameSaveErrorStatus Status();
public GameSaveErrorStatus Status { get; }
var gameSaveErrorStatus = gameSaveOperationResult.status;
Public ReadOnly Property Status As GameSaveErrorStatus
Property Value
Type: GameSaveErrorStatus
GameSaveErrorStatus containing the status result of the asynchronous game save operation.