struct CCL::Web::ITransferManager::ActivityInfo

Overview

Transfer activity information. More…

#include <itransfermanager.h>

struct ActivityInfo
{
    // fields

    int numActive;
    int numTotal;
    int numResumable;
    int numPaused;
    float progressValue;
};

Detailed Documentation

Transfer activity information.

Fields

int numActive

number of active transfers

int numTotal

number of total transfers

int numResumable

number of resumable transfers (can be paused)

int numPaused

number of paused transfers

float progressValue

total progress value