Application return a value of 1 or 0
I have a c# app taht does some calcs, etc...
It gets called by a sql job and I now need to have my app return a 0 or 1 based on calc success. How can I get my app to return a 0 or 1 to the calling system?
thanks for helping a brainfrozen newbie.