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 Enumeration SaveStatus
Members
| Member name | Value | Description |
---|
| NoChanges | 0 | The module was not saved because it had no changes. |
| ChangesSaved | 1 | The module was saved. |
| ChangesNotWritten | 2 | The module was not saved because it was read-only on disk and could not be written. |
| ModuleLoaded | 3 |
The module is being loaded
|
| NoExistingFile | 4 | There was no existing file against which to compare for changes. |
See Also