Inverter

The Inverter task will invert the return value of the child task after it has finished executing. If the child returns success, the Inverter task will return failure. If the child returns failure, the Inverter task will return success. It will return a status of running for as long as the child is running.

The Return Status task returned failure, so the Inverter flips that status to success.