Table of Contents

Class VideoStoppingEventArgs

Namespace
Ranorex.Core.Reporting
Assembly
Ranorex.Core.dll

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

bool

RelatedActivity

The activity in the current TestReport related to this video (e.g. a TestCaseActivity)

public Activity RelatedActivity { get; set; }

Property Value

Activity