Mantid
|
Class for when an algorithm is starting asynchronously. More...
#include <AlgorithmManager.h>
Public Member Functions | |
AlgorithmStartingNotification (IAlgorithm_sptr alg) | |
IAlgorithm_sptr | getAlgorithm () const |
Returns the algorithm that is starting. More... | |
Private Attributes | |
IAlgorithm_sptr | m_alg |
Algorithm. More... | |
Class for when an algorithm is starting asynchronously.
Definition at line 27 of file AlgorithmManager.h.
|
inline |
Definition at line 29 of file AlgorithmManager.h.
|
inline |
Returns the algorithm that is starting.
Definition at line 31 of file AlgorithmManager.h.
References m_alg.
|
private |