43 std::shared_ptr<std::atomic<bool>>
cancel=std::make_shared<std::atomic<bool>>(
false);
std::shared_ptr< std::atomic< bool > > cancel
set to true to cancel process in progreess displayProgress will throw if cancel is set...
void increment(bool inDestruct=false)
ProgressUpdater(Progress &progress, const std::string &title, int numSteps)
void displayProgress(bool inDestruct=false)
Creation and access to the minskyTCL_obj object, which has code to record whenever Minsky's state cha...
void setProgress(double fraction)
Sets the progress to a given fraction of this stack's allocation.
Progress & updatedProgress