Click or drag to resize

RuntimeManager Events

The RuntimeManager type exposes the following members.

Events
  NameDescription
Public eventChoiceDialogOccurred
Occurs when a ChoiceDialog occurs. If this event is register, the user is responsible for the handling and the OTX runtime does nothing.
Public eventCode exampleClientConnected
Occurs when a host accepted the client's connection.
Public eventCode exampleClientDisconnected
Occurs when the client was disconnected.
Public eventCloseComChannelOccurred
Event CloseComChannel
Public eventCloseScreenOccurred
Occurs when a CloseScreen occurs. If this event is register, the user is responsible for the handling and the OTX runtime does nothing.
Public eventCode exampleCommunicationTraceItemAdded
Occurs when the runtime system writes data to the communication trace.
Public eventConfirmDialogOccurred
Occurs when a ConfirmDialog occurs. If this event is register, the user is responsible for the handling and the OTX runtime does nothing.
Public eventCode exampleContextVariableRead
Occurs when a context variable reads its value.
Public eventCreateDiagServiceByNameOccurred
Event CreateDiagServiceByName
Public eventCreateDiagServiceBySemanticOccurred
Event CreateDiagServiceBySemantic
Public eventExecuteDeviceServiceOccurred
Occurs when an ExecuteDeviceService occurs. If this event is register, the user is responsible for the handling of that DeviceService (e.g. calling a method in a external DLL) and the OTX runtime does nothing.
Public eventExecuteDiagServiceOccurred
Event ExecuteDiagService
Public eventExecuteHexDiagServiceOccurred
Event ExecuteHexDiagService
Public eventExecutionStopped
Occurs when execution stopped.
Public eventGetAllResponsesOccurred
Event GetAllResponses
Public eventGetAllResultsAndClearOccurred
Event GetAllResultsAndClear
Public eventGetAllResultsOccurred
Event GetAllResults
Public eventGetComChannelOccurred
Event GetComChannel
Public eventGetComParameterValueOccurred
Event GetComParameterValue
Public eventGetComplexComParameterOccurred
Event GetComplexComParameter
Public eventGetDefaultComParameterValueOccurred
Event GetDefaultComParameterValue
Public eventGetDefaultComplexComParameterOccurred
Event GetDefaultComplexComParameter
Public eventGetDiagServiceListBySemanticOccurred
Event GetDiagServiceListBySemantic
Public eventGetFirstResponseOccurred
Event GetFirstResponse
Public eventGetFirstResultOccurred
Event GetFirstResult
Public eventGetParameterAsListOccurred
Event GetParameterAsList
Public eventGetParameterByPathOccurred
Event GetParameterByPath
Public eventGetParameterBySemanticOccurred
Event GetParameterBySemantic
Public eventGetParameterValueOccurred
Event GetParameterValue
Public eventGetPduOccurred
Event GetPdu
Public eventGetRepetitionTimeOccurred
Event GetRepetitionTime
Public eventGetRequestOccurred
Event GetRequest
Public eventHighlightScreenOccurred
Occurs when a HighlightScreen occurs. If this event is register, the user is responsible for the handling and the OTX runtime does nothing.
Public eventIdentifyAndSelectVariantOccurred
Event IdentifyAndSelectVariant
Public eventInputDialogOccurred
Occurs when a InputDialog occurs. If this event is register, the user is responsible for the handling and the OTX runtime does nothing.
Public eventKeyDown
Occurs when a key is pressed in runtime when a screen is active.
Public eventOpenScreenOccurred
Occurs when an OpenScreen occurs. If this event is register, the user is responsible for the handling and the OTX runtime does nothing.
Public eventCode exampleParameterValueChanged
Occurs when a parameter value changed.
Public eventCode exampleProcedureFinished
Occurs when a procedure completed running.
Public eventProcedureStarted
Occurs when a Procedure was started.
Public eventProcedureStopped
Occurs when a Procedure was stopped.
Public eventCode exampleRuntimeExceptionOccured
Occurs when a runtime exception occurs.
Public eventScreenIsOpenOccurred
Occurs when a ScreenIsOpen occurs. If this event is register, the user is responsible for the handling and the OTX runtime does nothing.
Public eventScreenParameterValueChanged
Occurs when an a ScreenInParameter or ScreenInOutParameter is changed from Otx runtime and the OpenScreenOccurred event is already registered. If this event is register, the user is responsible for the handling and the OTX runtime does nothing.
Public eventSetComParameterOccurred
Event SetComParameter
Public eventSetComplexComParameterOccurred
Event SetComplexComParameter
Public eventSetParameterValueBySemanticOccurred
Event SetParameterValueBySemantic
Public eventSetParameterValueOccurred
Event SetParameterValue
Public eventSetPduOccurred
Event SetPdu
Public eventSetRepetitionTimeOccurred
Event SetRepetitionTime
Public eventShowDocumentDialogOccurred
Occurs when a ShowDocumentDialog occurs. If this event is register, the user is responsible for the handling and the OTX runtime does nothing.
Public eventStartRepeatedExecutionOccurred
Event StartRepeatedExecution
Public eventCode exampleStatusVariableChanged
Occurs when value of a state variable changed.
Public eventStopRepeatedExecutionOccurred
Event StopRepeatedExecution
Public eventCode exampleVariableTraceItemAdded
Occurs when the runtime system writes data to the variable trace.
Public eventWriteLogPerformed
Occurs when an explicit write via WriteLog activity or an implicit write via some implicit log messages like Communication-Trace or OTX-ID. If the event is registered, the user is responsible for writting into a log resource and the OTX runtime does not write anything into a log file.
Top
See Also