Click or drag to resize

EnumsDBaasStatus Enumeration

Namespace:  Aruba.Cloud.WsDBaaS.Entities
Assembly:  WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum DBaasStatus
Members
  Member nameValueDescription
Undefined0 has not executed yet or its status cannot be determined at the moment.
Running1 in progress.
Completed2 completed successfully.
Failed3 failed.
Canceled4 was cancelled by the user.
See Also