Class RecordingResult
The output of a completed recording session.
public sealed record RecordingResult : IEquatable<RecordingResult>
- Inheritance
-
RecordingResult
- Implements
- Inherited Members
Properties
Duration
public TimeSpan Duration { get; init; }
Property Value
Events
public IReadOnlyList<RecordedEvent> Events { get; init; }
Property Value
ProcessName
public string? ProcessName { get; init; }
Property Value
Steps
public IReadOnlyList<InferredStep> Steps { get; init; }