property BeforeRunDone: Boolean;
BeforeRunDone is a read-only Boolean property that indicates if the BeforeRun method has been executed for the task instance.
Is intended to provide to allow flexibility in alternative schedulers that use TIdTask class instances.
The default value for BeforeRunDone is False, as assigned in the constructor for the object instance. The value in BeforeRunDone is set to True in DoBeforeRun immediately before calling the BeforeRun method for the task instance.
BeforeRun
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|