Click or drag to resize

SaveStatus Enumeration

Status of the saved module. Used in the ModuleSaved event.

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum SaveStatus
Members
  Member nameValueDescription
NoChanges0The module was not saved because it had no changes.
ChangesSaved1The module was saved.
ChangesNotWritten2The module was not saved because it was read-only on disk and could not be written.
ModuleLoaded3 The module is being loaded
NoExistingFile4There was no existing file against which to compare for changes.
See Also