struct CCL::Action::ProgressHandler

struct ProgressHandler
{
    // construction

    ProgressHandler (Action& action, IProgressNotify* progress);

    // methods

    void nextAction (Action* subAction);
};