22 auto runningAlgorithms = Mantid::API::AlgorithmManager::Instance().runningInstances();
24 for (
const auto &alg : runningAlgorithms) {
25 if ((alg) && (alg->isRunning())) {
37 const auto algInstance = Mantid::API::AlgorithmManager::Instance().getAlgorithm(alg);
62 const QString &message,
const double estimatedTime,
63 const int progressPrecision) {
void * AlgorithmID
As we have multiple interfaces to the same logical algorithm we need a way of uniquely identifying ma...