Can script look to a file in local directory (or anywhere), read the contents and if '1', then pause indefinetly, release the file, and read again every minute or two and continue if there is a '0' in the file ?
ie.. sometimes it would be nice to pause the processing and resume again later.
i.e the pause would best be a 'wait' command rather than many loops and counting - so as to free up resources.
ie.. sometimes it would be nice to pause the processing and resume again later.
i.e the pause would best be a 'wait' command rather than many loops and counting - so as to free up resources.