RollbackInterface
interface RollbackInterface implements TaskInterface (View source)
Any Robo tasks that implements this interface will be called when the task collection it is added to fails, and runs its rollback operation.
Interface RollbackInterface
Methods
rollback()
Revert an operation that can be rolled back
Details
Result
run()
No description
rollback()
Revert an operation that can be rolled back