Can execution of cookbooks on a node send back a return code on the workstation

Hi,
If I execute a cookbook thru knife push jobs, can the cookbook somehow return a value to the workstation thru knife?

Basically I want to use push jobs to execute things on the node but need to send back some status to the workstation so it knows whether the execution was successful or not.

thanks.