I'd like to have a specific shell script complete before a function is called. This command has no specified time limit. All documentation I have found online shows how to pause the script for a certain task to finish within an application, not for a "do shell script" command itself. Secondly, I don't want to freeze up any other processes when this is stalling. Anyone know how to do this?
Code:
do shell script "somecommand"
-- Something Here
my function()