Responder Developer Guide
Running Property (ProgramGroup)


Gets a value indicating whether the programs are running. Returns true if Start has been called, otherwise false.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public ReadOnly Property Running As Boolean
'Usage
 
Dim instance As ProgramGroup
Dim value As Boolean
 
value = instance.Running
[XmlIgnore()]
public bool Running {get;}
Remarks
Returns true when Start has been called and then false when Stop is called. Basically, the ProgramGroup will
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ProgramGroup Class
ProgramGroup Members

 

 


Send Comment