enum CCL::IProgressNotify::Flags

Overview

Progress flags. More…

#include <iprogress.h>

enum Flags
{
    kIndeterminate = 1 < <0,
    kImportant     = 1 < <1,
};

Detailed Documentation

Progress flags.

Enum Values

kIndeterminate

total duration is unknown yet

kImportant

important update for user