enum BrmBackupStatus

Indicates the status of a Backup.
The status will be INCOMPLETE during creation or deletion of a backup. Once a backup is successfully created, its status is COMPLETE. If the integrity of the backup is violated, then it is marked as CORRUPTED.

References from:
BrmBackup;

1
BRM_BACKUP_COMPLETE
The backup is complete and can be safely restored.
2
BRM_BACKUP_INCOMPLETE
The backup is incomplete. The reason could be failure during creation or deletion.
An incomplete backup is never allowed to be restored. The only permissible operation on the incomplete backup is to delete it.
3
BRM_BACKUP_CORRUPTED
The backup is corrupted.
A corrupted backup is never allowed to be restored. The only permissible operation on the corrupted backup is to delete it.
  enum BrmBackupStatus