|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
This is the complete list of members for DynExp::TaskResultType, including all inherited members.
| Aborted | DynExp::TaskResultType | private |
| AbortedType enum name | DynExp::TaskResultType | |
| ContinueTaskHandling | DynExp::TaskResultType | private |
| ContinueTaskHandlingType enum name | DynExp::TaskResultType | |
| ErrorCode | DynExp::TaskResultType | private |
| GetErrorCode() const noexcept | DynExp::TaskResultType | inline |
| HasAborted() const noexcept | DynExp::TaskResultType | inline |
| ShouldContinue() const noexcept | DynExp::TaskResultType | inline |
| TaskResultType(const ContinueTaskHandlingType ContinueTaskHandling=ContinueTaskHandlingType::Continue, const AbortedType Aborted=AbortedType::NotAborted, const int ErrorCode=0) noexcept | DynExp::TaskResultType | inline |