Topic Path: Symbol Reference > Constants > IdWaitAllThreadsTerminatedStep Constant
ContentsIndexHome
PreviousUpNext
IdWaitAllThreadsTerminatedStep Constant

Milliseconds to wait between access attempts to the global thread count.

File
IdWaitAllThreadsTerminatedStep = 250;

IdWaitAllThreadsTerminatedStep is an Integer constant that represents the number milliseconds to wait between access attempts to the global thread count in GThreadCount. IdWaitAllThreadsTerminatedStep is used in the TIdThread.WaitAllThreadsTerminated class method to determine the interval to Sleep while waiting for the allocated TIdThread instances to be terminated. 

Use IdWaitAllThreadsTerminatedCount the total number of milliseconds allowed before failure in the method.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.