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 bool IsAppRunning(
string assembly,
string type
)
Parameters
- assembly
- Type: SystemString
Assembly name. - type
- Type: SystemString
Type name.
Return Value
Type:
BooleanTrue if running, false otherwise.
See Also