Class VideoStoppingEventArgs
Event arguments for the VideoStopping event.
public class VideoStoppingEventArgs : EventArgs
- Inheritance
-
VideoStoppingEventArgs
- Inherited Members
Constructors
VideoStoppingEventArgs()
public VideoStoppingEventArgs()
Properties
KeepVideo
Determines whether the video should be kept or not.
public bool KeepVideo { get; set; }
Property Value
RelatedActivity
The activity in the current TestReport related to this video (e.g. a TestCaseActivity)
public Activity RelatedActivity { get; set; }