Click here for NewsObjects Overview
Running Property (Story Control)
Windows - Visual C++


Description
The Running property returns the status of the story.

Running property is read-only.

Syntax
BOOL bRunning = GetRunning();

The GetRunning syntax has these parts:

Part

Description

bRunning

Boolean value set to TRUE when story is working otherwise FALSE when the story control is idle.

Remarks
This value can be considered the vice-versa of GetDataValid() property.

See Also: DataValid StoryRetrieved StoryReceived Run

Back to: Story Properties