Click or drag to resize

RuntimeManagerRaiseScreenClosedEvent Method

Signals the OTX-Runtime that a screen was closed and a ScreenClosedEvent should be raised.

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
public void RaiseScreenClosedEvent(
	IScreenHandle screenHandle
)

Parameters

screenHandle
Type: IScreenHandle

Implements

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