14 #ifndef QmitkDataGenerationJobBase_h
15 #define QmitkDataGenerationJobBase_h
48 bool GetComputationSuccessFlag() const;
50 std::
string GetLastErrorMessage() const;
52 bool IsRunning() const;
68 virtual
bool RunComputation() = 0;
70 std::
string m_LastErrorMessage;
73 bool m_ComputationSuccessful = false;
74 bool m_IsRunning = false;