DeleteProgressState Enum
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9448)
Current delete state of the Deleting.
Syntax
public enum DeleteProgressState
Fields
| Name | Description |
|---|---|
| DeleteCompleted | The delete action was successfully completed. |
| DirectoryDeleted | Directory was successfully deleted. |
| DirectoryProcessing | Directory processing was started. |
| FileDeleted | File was successfully deleted. |
| FileDeleting | File processing was started. |