Click or drag to resize

RuntimeManagerScreenIsClosed Method

Note: This API is now obsolete.

Signals the OTX-Runtime that a screen was closed - This method is obsolete, please use RaiseScreenClosedEvent!

Namespace:  OpenTestSystem.Otx.Runtime.Api
Assembly:  OpenTestSystem.Otx.Runtime.Api (in OpenTestSystem.Otx.Runtime.Api.dll) Version: 5.5.0.0 (6.1.0.31040)
Syntax
[ObsoleteAttribute("Please use RaiseScreenClosedEvent")]
public void ScreenIsClosed(
	IScreenHandle screenHandle
)

Parameters

screenHandle
Type: IScreenHandle

Implements

IRuntimeManagerScreenIsClosed(IScreenHandle)
Exceptions
ExceptionCondition
ScreenExceptionThis is thrown if the OpenScreenOccurredHandler is not registered.
Remarks
To use this event the OpenScreenOccurred shall be be also regsitered.
See Also