Re: [GENERAL] check if the same function is already running, then exit!

2015-01-26 Thread Andy Colson
On 1/26/2015 1:58 PM, Suresh Raja wrote: Before running a running a function, i would check only 1 instance is running. If alreaady a function is running, the existing function should exist with the msg that already a function with same is running. If somebody has already used such a faeture, c

[GENERAL] check if the same function is already running, then exit!

2015-01-26 Thread Suresh Raja
Before running a running a function, i would check only 1 instance is running. If alreaady a function is running, the existing function should exist with the msg that already a function with same is running. If somebody has already used such a faeture, can u please share or Can you tell me the ta