Timeout not available on file/fileset iterator action

Morning all,

I’m not sure if this is a bug or not but if there is a work around can anyone let me know what it is. Nigel.

The Timeout option is only available for actions that execute processes, and a select few others (struggling to think of which at the moment though). The reason for this lies in the windows api calls we make to do things. Most of the api calls are blocking and so cannot be interrupted without totally messing up the thread (at which point the application really needs to be terminated).