struct CCL::StartupProgressScope

#include <istartupprogress.h>

struct StartupProgressScope
{
    // fields

    IStartupProgress* startupProgress;
    IComponent* component;

    // construction

    StartupProgressScope (IComponent* component, StringRef title);
};