interface SimulatedInterface implements TaskInterface (View source)

Task that implements this interface can be injected as a parameter for other task.

This task can be represented as executable command.

Methods

run()

No description

simulate(null|array $context)

Called in place of run() for simulated tasks.

Details

Result run()

No description

Return Value

Result

simulate(null|array $context)

Called in place of run() for simulated tasks.

Parameters

null|array $context