Click or drag to resize

IProdScrAttentionServices Interface

Services related to attract the users attention to ProductionScreen

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 IProdScrAttentionServices

The IProdScrAttentionServices type exposes the following members.

Methods
  NameDescription
Public methodActivateBlink
Starts blinking the ProductionScreen cmdbar button.
Public methodActivateProdScr
Activates ProductionScreen (brings to front and calls Activate on it).
Public methodDeactivateBlink
Stops blinking the ProductionScreen cmdbar button.
Public methodDeactivateProdScr
Deactivates ProductionScreen and activates the application that was active when ProductionScreen was activated.
Public methodIsActiveApplication
Checks whether an application is active in TAF or not.
Top
See Also