IProdScrLaunchServicesActivateApplication Method |
Activates application from Production Screen.
Namespace:
ABB.Robotics.Tps.Taf
Assembly:
ABB.Robotics.Tps.Taf (in ABB.Robotics.Tps.Taf.dll) Version: 6.5.129.0
Syntax bool ActivateApplication(
string assembly,
string type
)
Parameters
- assembly
- Type: SystemString
Assembly name - type
- Type: SystemString
Type name
Return Value
Type:
BooleanTrue if Ok, false otherwise.
See Also