boost::python::list getHistoriesAsList(const WorkspaceHistory &self)
Return a Python list of history objects from the workspace history as this is far easier to work with...
void export_WorkspaceHistory()
This class stores information about the Workspace History used by algorithms on a workspace and the e...
std::shared_ptr< IAlgorithm > getAlgorithm(const size_t index) const
Create an algorithm from a history record at a given index.
AlgorithmHistory_const_sptr getAlgorithmHistory(const size_t index) const
Retrieve an algorithm history by index.
std::shared_ptr< IAlgorithm > lastAlgorithm() const
Convenience function for retrieving the last algorithm.
size_t size() const
How many entries are there.