Click or drag to resize
ABTestStatusEvaluator Class
Evaluates status of an AB test based on its start and finish dates and times.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketingABTestStatusEvaluator

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public static class ABTestStatusEvaluator

The ABTestStatusEvaluator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberABTestIsFinished
Checks whether the AB test is finished.
Public methodStatic memberABTestIsRunning
Checks whether the AB test is running.
Public methodStatic memberABTestNotStarted(ABTestInfo)
Checks whether the AB test has not been started yet.
Public methodStatic memberABTestNotStarted(ABTestStatusEnum)
Checks whether the current AB test status corresponds to not started test.
Public methodStatic memberGetFormattedStatus
Gets formatted status of the AB test.
Public methodStatic memberGetStatus
Gets status of the AB test.
Top
See Also