RECOVER_STATUS
Topic Last Modified: 2006-06-12
The RECOVER_STATUS enumerated type defines the possible status values in the m_statusLastRecover element of the RESTORE_ENVIRONMENT Structure.
Applies To
ESEbcli2 DLL Functions Interface
Values
| Name | Value | Description | 
|---|---|---|
| recoverInvalid | 0 | The recovery operation is not valid. Possible reasons include attempting to restore an incremental backup without a corresponding full backup. | 
| recoverNotStarted | 1 | The structure has been initialized, but the database recovery process has not begun. | 
| recoverStarted | 2 | The database recovery has begun, but has not yet completed. | 
| recoverEnded | 3 | The database recovery has completed. | 
| recoverStatusMax | 4 | The highest value in the recoverStatus enumeration, useful for verifying that the structure member has a valid status value. |