Click or drag to resize

IProdScrLaunchServices Interface

Services that Production Screen uses to start and register applications in Taf.

Namespace:  ABB.Robotics.Tps.Taf
Assembly:  ABB.Robotics.Tps.Taf (in ABB.Robotics.Tps.Taf.dll) Version: 6.5.129.0
Syntax
C#
public interface IProdScrLaunchServices

The IProdScrLaunchServices type exposes the following members.

Methods
  NameDescription
Public methodActivateApplication
Activates application from Production Screen.
Public methodIsAppRunning
Check if application is running.
Public methodRegisterApp
Registers application in Taf. A static application should be "blocked" if it or its dependencies are started from Production Screen.
Public methodRegisterProdScr
Register Production Screen.
Public methodUnregisterApp
Unregister an application that was registered earlier.
Top
See Also