Class ExecStep

Class Documentation

class ExecStep

representation of a step within an execution plan

this doesn’t do much more than std::function, but this is where we would add progress callbacks

Public Functions

inline virtual ~ExecStep()
virtual void run() = 0
virtual std::string description() = 0