Click or drag to resize

IProdScrAttentionServicesIsActiveApplication Method

Checks whether an application is active in TAF or not.

Namespace:  ABB.Robotics.Tps.Taf
Assembly:  ABB.Robotics.Tps.Taf (in ABB.Robotics.Tps.Taf.dll) Version: 6.5.129.0
Syntax
C#
bool IsActiveApplication(
	Object application
)

Parameters

application
Type: SystemObject
Application to check

Return Value

Type: Boolean
true if active in TAF, otherwise false
See Also