HM\BackUpWordPress\Backup_Status::get_status_filepath PHP Method

get_status_filepath() public method

Get the path to the backup running file that stores the running backup status
public get_status_filepath ( ) : string
return string
    public function get_status_filepath()
    {
        return Path::get_path() . '/.backup-' . $this->id . '-running';
    }