Responder Developer Guide
StopAll Method


Stops the program instances.
Syntax
'Declaration
 
Public Sub StopAll() 
'Usage
 
Dim instance As ProgramGroup
 
instance.StopAll()
public void StopAll()
Remarks
The programs will be given a chance to shutdown gracefully. However, once the StopTimeout expires any running program instances will be killed.
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