Click or drag to resize

ExperimentEndingType Enumeration

Stores a type of experiment ending.

Namespace:  Dynamicweb.Analytics.Experiments
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public enum ExperimentEndingType
Members
  Member nameValueDescription
Manually1 Specifies that split test will be finished manually
AtGivenTime2 Specifies that split test will be finished at the specified time
AfterXViews3 Specifies that split test will be finished after defined amount of views
IsSignificant4 Specifies that split test will be finished if the result will be significant
Remarks