Exit Code of Action

Hi guys,

Trying to have multiple exit codes mark the action as completed.

Is this possible?

Currently using ‘continue if {exit code of action = 0}’ which will complete if the code is 0, however want to add in code 1641 (for pending reboot) to also mark as completed.

Is there a way to do this?

Thanks,

Sure.
continue if {exit code of action = 0 or exit code of action = 1641}

But usually ‘reboot needed’ is 3010, be sure that 1641 is what you want.

Perfect, thank you.
Yes sorry 1641 is initiated a reboot.