I have multiple IPs form one table and want to do SSH call on each using loop, how can I use multi-thread timers to do SSH call.
Niraj Deval Selected answer as best
Hi,
An explanation on how to use multithreaded timers can be found on this help page Multi-threaded timers
For the SSH specific section you have this page Multi-threaded timers - SSH
Niraj Deval Selected answer as best