RecorderCommandService.SequenceEntry Class Reference

Represents an entry in a list of sequences. More...

Public Attributes

DateTime TimeBegin
 Begin time of the sequences.
 
DateTime TimeEnd
 End time of sequence.
 
DateTime TimeTrigged
 Time where the sequence was trigged (greater or equal to TimeBegin and less or equal to TimeEnd )
 

Detailed Description

Represents an entry in a list of sequences.

Member Data Documentation

◆ TimeBegin

DateTime RecorderCommandService.SequenceEntry.TimeBegin

Begin time of the sequences.

◆ TimeEnd

DateTime RecorderCommandService.SequenceEntry.TimeEnd

End time of sequence.

◆ TimeTrigged

DateTime RecorderCommandService.SequenceEntry.TimeTrigged

Time where the sequence was trigged (greater or equal to TimeBegin and less or equal to TimeEnd )