// Its not needed to reset this using states!
// Its done internaly ...
if (!xIndicator.wasUsed())
failed("External progress was not used for loading.");
if (xHandler.wasUsed())
failed("External interaction handler was not used for loading.");
}
}
//-------------------------------------------