Mantid
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
MantidQt::API::BatchCompleteNotification Class Reference

#include <BatchAlgorithmRunner.h>

Inheritance diagram for MantidQt::API::BatchCompleteNotification:

Public Member Functions

 BatchCompleteNotification (bool inProgress, bool error)
 
bool hasError () const
 
bool isInProgress () const
 

Private Attributes

bool m_error
 
bool m_inProgress
 

Detailed Description

Definition at line 27 of file BatchAlgorithmRunner.h.

Constructor & Destructor Documentation

◆ BatchCompleteNotification()

MantidQt::API::BatchCompleteNotification::BatchCompleteNotification ( bool  inProgress,
bool  error 
)
inline

Definition at line 29 of file BatchAlgorithmRunner.h.

Member Function Documentation

◆ hasError()

bool MantidQt::API::BatchCompleteNotification::hasError ( ) const
inline

Definition at line 33 of file BatchAlgorithmRunner.h.

References m_error.

◆ isInProgress()

bool MantidQt::API::BatchCompleteNotification::isInProgress ( ) const
inline

Definition at line 32 of file BatchAlgorithmRunner.h.

References m_inProgress.

Member Data Documentation

◆ m_error

bool MantidQt::API::BatchCompleteNotification::m_error
private

Definition at line 37 of file BatchAlgorithmRunner.h.

Referenced by hasError().

◆ m_inProgress

bool MantidQt::API::BatchCompleteNotification::m_inProgress
private

Definition at line 36 of file BatchAlgorithmRunner.h.

Referenced by isInProgress().


The documentation for this class was generated from the following file: