[About] Version=1.0 Author=Dilma Mail=hiasm@mail.ru [Type] Class=Element Info=Suspends/Blocks the current thread for a specified time [Property] Timeout=Sets the number of milliseconds for which the thread is blocked. Specify zero (0) to indicate that this thread should be suspended to allow other waiting threads to execute. Specify Infinite to block the thread indefinitely.|1|0 TimeSpan=Sets a TimeSpan set to the amount of time for which the thread is blocked. Specify zero to indicate that this thread should be suspended to allow other waiting threads to execute. Specify Timeout.Infinite to block the thread indefinitely. |20|(empty)|TimeSpan [Methods] doSleep=Suspends the current thread for a specified time.ARG(int timeout)|1|0 doSleep2=Blocks the current thread for a specified time.ARG(TimeSpan timespan)|1|0 onSleep=Occurs after invoke the method doSleep in the time interval Timeout or TimeSpan. ARG(null)|2|0 Timeout=The number of milliseconds to wait for the thread to terminate. ARG(int)|4|1 TimeSpan=A TimeSpan set to the amount of time to wait for the thread to terminate. ARG(TimeSpan)|4|0