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: 9.0.0
Syntax
C#
public static class ABTestStatusEvaluator

The ABTestStatusEvaluator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberABTestIsRunning
Checks whether the AB test is running.
Public methodStatic memberGetFormattedStatus
Gets formatted status of the AB test.
Public methodStatic memberGetStatus
Gets status of the AB test.
Top
See Also