Running Property (Feed Control)
   Windows - Visual C++
Read Only
   Description
   The Running property returns a flag 
   indicating whether the Feed Control is in the process of retrieving 
   feed information from the NewsEdge Server.
   Syntax
   BOOL value = GetRunning();
The Running syntax has these parts:
| Part | Description | |
| value | A boolean containing true, if feeds are being retrieved, or false, otherwise. | |
See Also: Run
Back to: Feed Properties