View Single Post
  #1030  
Old 12.12.2019, 06:01
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

Quote:
Originally Posted by Rabelux View Post
is there a way to retrieve the exit code of a callsync()-function?
Exit code is captured by the "$?" operator. You should be able to get it by adding "echo $?" to your command. Cannot use callAsync() instead?
Reply With Quote