PvBackupGetStatus()
Description
Retrieves current status of Backup Agent
Include
pvbackupapi.h
Library
pvbackupapi.lib (Windows 32-bit)
w64pvbackupapi.lib (Windows 64-bit)
libpvbackupapi.so (Linux)
Syntax
BU_STAT PvBackupGetStatus();
Return Value
BU_ON
Backup Agent is turned on and no errors have occurred.
BU_OFF
Backup Agent is turned off.
BU_ERROR
Backup Agent cannot get the status because of an error. Use PvBackupGetLogDir() to locate log files containing specific error information.
BU_ON_WITHERROR
Backup Agent is turned on, but some errors have occurred since it was turned on.
BU_BUSY
Backup Agent cannot process the get status request because the system is busy due to a cleanup or startup operation in progress. Try again in a few seconds.
BU_INSTALL_ERROR
Incompatible MicroKernel or incomplete Backup Agent installation was detected. Backup Agent event handler may not be installed and registered correctly. Please reinstall Backup Agent software.