Click or drag to resize

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
C#
bool ActivateApplication(
	string assembly,
	string type
)

Parameters

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

Return Value

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