HeroStats Libraries
SaveResult Enumeration

[This is preliminary documentation and subject to change.]

Results of a operation.

[Visual Basic]
Public Enum SaveResult
[C#]
public enum SaveResult

Members

Member Name Description
Cancelled Save was cancelled (or an error in saving the file happened).
Succeeded Save went okay.
NoSave User opted not to save anything.
NotDirty Nothing to save.

Requirements

Namespace: HeroStats.StatsEngine

Assembly: StatsEngine (in StatsEngine.dll)

See Also

HeroStats.StatsEngine Namespace | Save