Fulfill the condition interface.returnthe result of evaluating the specified return code. return Execute.isFailure(code);
return Execute.isFailure(code);
Get the return code that will be checked by this IsFailure condition.returnreturn code as int. return code;
return code;
Set the return code to check.paramc the return code. code = c;
code = c;