Internet Direct (Indy)
Home
PreviousUpNext
TIdIPAddrMon.Busy Property

Indicates the component is currently checking adapters for assigned IP addresses.

Pascal
property Busy: Boolean;

Busy is a Boolean property that indicates if the Thread for component is currently checking adapters for changes to their assigned IP addresses. 

Busy is set to True in CheckAdapters called by the executing Thread for the component. If the Thread has not completed its polling operation before the Interval has elapsed, the Busy flag prevents subsequent polling until the thread has completed execution and slept. 

Busy is set to False prior to exiting from the CheckAdapters method.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.