RecordEvent(RecordingEventType, String, Object?) Method

Definition

Assembly HeadlessTestingFramework.dll

Records a generic event during the recording.

public void RecordEvent(RecordingEventType eventType, string description, object? data = null)

Parameters

eventType
RecordingEventType

Type of event.

description
String

Event description.

data
Object

Optional event data.