Wait command

  • Thread starter Thread starter John
  • Start date Start date
Try


----------------

System.Threading.Thread.CurrentThread.Sleep(1000)

----------------

This should sleep for 1000ms (1 sec)


Hope this helps,

Trev.
 
Aha, me forgot that "Sleep" was a shared method. Now if I could only share
my sleep with someone else ;)
 
Codemonkey said:
Aha, me forgot that "Sleep" was a shared method. Now if I could only
share my sleep with someone else ;)

You don't need anyone - Sleep is shared. ;-)))
 
Back
Top