Hi,
I'm trying to achieve a loop based on previous program's (exec task) exit code, with a built in timeout. E.g. "countusersondatabase.exe" will return exit code of 0 for no users or exit code >0 = users. If users>0 then warn users of shutdown, repeat the exec until users=0 or minutes elapsed >=10.
Is this possible ?
Thanks
Ian