Click or drag to resize

RuntimeManagerProcedureStarted Event

Occurs when a Procedure was started.

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 event ProcedureStartedHandler ProcedureStarted

Value

Type: OpenTestSystem.Otx.Runtime.Api.EventProcedureStartedHandler

Implements

IRuntimeManagerProcedureStarted
Remarks
This event is fired once after the Procedure.Execute Method, after the initialization of the OTX Runtime and direct before the first action of the related Procedure is executed.
See Also