EnumsJelasticStatus Enumeration
|
Namespace:
Aruba.Cloud.WsJelastic.Entities
Assembly:
WsJelastic (in WsJelastic.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum JelasticStatus
Public Enumeration JelasticStatus
public enum class JelasticStatus
public enum JelasticStatus
Members|
| Member name | Value | Description |
|---|
| Undefined | 0 |
Backup has not executed yet or its status cannot be determined at the moment.
|
| Running | 1 |
Backup in progress.
|
| Completed | 2 |
Backup completed successfully.
|
| Failed | 3 |
Backup failed.
|
| Canceled | 4 |
Backup was cancelled by the user.
|
See Also