Click or drag to resize
ABTestStatusEvaluatorABTestIsRunning Method
Checks whether the AB test is running.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static bool ABTestIsRunning(
	ABTestInfo abTest
)

Parameters

abTest
Type: CMS.OnlineMarketingABTestInfo

Return Value

Type: Boolean
See Also