J
Junkone
would this thread loop continously or i have to put a while condition
to force it to loop.
notifierThread=Thread.new do
ibScan= load 'ScansNotifier.rb'
puts " ScansNotifier started "
sleep(60)
notifierThread.join
end
to force it to loop.
notifierThread=Thread.new do
ibScan= load 'ScansNotifier.rb'
puts " ScansNotifier started "
sleep(60)
notifierThread.join
end