Enum VssSnapshotState
The VssSnapshotState enumeration is returned by a provider to specify the state of a given shadow copy operation.
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
public enum VssSnapshotState
Fields
Name | Description |
---|---|
Aborted | Reserved for system use. Shadow copy creation is aborted. |
Committed | Reserved for system use. Shadow copy is committed. |
Created | Shadow copy is created. |
Deleted | Reserved for system use. Shadow copy has been deleted. |
PostCommitted | Reserved value. |
PreComitted | Reserved for system use. Shadow copy is precommitted. |
PreFinalCommitted | Reserved for system use. Processing of the shadow copy file commit operation is done. |
Prepared | Reserved for system use. Shadow copy has been prepared. |
Preparing | Reserved for system use. Shadow copy is being prepared. |
ProcessingCommit | Reserved for system use. Processing of the shadow copy commit is in process. |
ProcessingPostCommit | Reserved for system use. Processing of the shadow copy postcommit is in process. |
ProcessingPostFinalCommit | Reserved for system use. Processing of the shadow copy following the final commit and prior to shadow copy create is underway. |
ProcessingPreCommit | Reserved for system use. Processing of the shadow copy precommit is in process. |
ProcessingPreFinalCommit | Reserved for system use. Processing of the shadow copy file commit operation is underway. |
ProcessingPrepare | Reserved for system use. Processing of the shadow copy preparation is in progress. |
Unknown | Reserved for system use. Unknown shadow copy state. |