Click or drag to resize

IProdScrLaunchServicesIsAppRunning Method

Check if application is running.

Namespace:  ABB.Robotics.Tps.Taf
Assembly:  ABB.Robotics.Tps.Taf (in ABB.Robotics.Tps.Taf.dll) Version: 6.5.129.0
Syntax
C#
bool IsAppRunning(
	string assembly,
	string type
)

Parameters

assembly
Type: SystemString
Assembly name.
type
Type: SystemString
Type name.

Return Value

Type: Boolean
True if running, false otherwise.
See Also