How commands are joined together in a compound command (see defines.command.compound).
Fail on first failure. Only succeeds if all commands (executed one after another) succeed.
Succeed on first success. Only fails if all commands (executed one after another) fail.
Execute all commands in sequence and fail or succeed depending on the return status of the last command.