libwolfram20

◆ getTimedout()

std::vector< std::string > WAResult::getTimedout ( )

It returns the elements that were timedout.

Returns
Timedout elements
129 {
130 return this->_timedout;
131}
std::vector< std::string > _timedout
Number of pods that are missing because they timed out.
Definition: WAResult.h:59