enum CCL::IAsyncInfo::State

#include <iasyncoperation.h>

enum State
{
    kNone,
    kStarted,
    kCompleted,
    kFailed,
    kCanceled,
};