PvBackupSetOff()
Description
Turns off Backup Agent
Include
pvbackupapi.h
Library
pvbackupapi.lib (Windows 32-bit)
w64pvbackupapi.lib (Windows 64-bit)
libpvbackupapi.so (Linux)
Syntax
BU_STAT PvBackupSetOff();
Return Value
BU_OFF
Backup Agent is successfully turned off (or was already off when this function was called).
BU_ERROR
Backup Agent cannot be turned off because of an error. Use PvBackupGetLogDir() to locate log files containing specific error information. This value will not be returned if an error occurred BEFORE this function was called; use PvBackupGetStatus() to get that information.
BU_BUSY
Backup Agent cannot be turned off 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.