Quantcast
Channel: Backup and restore
Viewing all articles
Browse latest Browse all 6815

Re: Controller Statuses

$
0
0
by Séverin Terrier.  

Hi,

I think you can find information in backup/backup.class.php if that can help:

    // Status of the backup_controller
    const STATUS_CREATED     = 100;
    const STATUS_REQUIRE_CONV= 200;
    const STATUS_PLANNED     = 300;
    const STATUS_CONFIGURED  = 400;
    const STATUS_SETTING_UI  = 500;
    const STATUS_NEED_PRECHECK=600;
    const STATUS_AWAITING    = 700;
    const STATUS_EXECUTING   = 800;
    const STATUS_FINISHED_ERR= 900;
    const STATUS_FINISHED_OK =1000;
Séverin

Viewing all articles
Browse latest Browse all 6815

Trending Articles