Mantid
|
FinishedNotification is sent after the algorithm finishes its execution. More...
#include <Algorithm.h>
Public Member Functions | |
FinishedNotification (const Algorithm *const alg, bool res) | |
std::string | name () const override |
Public Member Functions inherited from Mantid::API::Algorithm::AlgorithmNotification | |
const IAlgorithm * | algorithm () const |
AlgorithmNotification (const Algorithm *const alg) | |
Public Attributes | |
bool | success |
true if the finished algorithm was successful or false if it failed. More... | |
FinishedNotification is sent after the algorithm finishes its execution.
Definition at line 105 of file Algorithm.h.
Mantid::API::Algorithm::FinishedNotification::FinishedNotification | ( | const Algorithm *const | alg, |
bool | res | ||
) |
Definition at line 1889 of file Algorithm.cpp.
|
override |
Definition at line 1891 of file Algorithm.cpp.
bool Mantid::API::Algorithm::FinishedNotification::success |
true if the finished algorithm was successful or false if it failed.
Definition at line 109 of file Algorithm.h.