19 "Dummy executor that does nothing. Useful for testing among other things.");
static InputParameters validParams()
Result & newResult()
Executors need to return a Result object describing how execution went - rather than constructing Res...
virtual Result run() override
This function contains the primary execution implementation for a executor.
NullExecutor(const InputParameters ¶meters)
static InputParameters validParams()
This object tracks the success/failure state of the executor system as execution proceeds in a simula...
registerMooseObject("MooseApp", NullExecutor)
The Executor class directs the execution flow of simulations.