enum CCL::BatchOperation::Task::States

#include <batchoperation.h>

enum States
{
    kWaiting,
    kSucceeded,
    kFailed,
    kDisabled,
};