Click or drag to resize
ABTestStatusEvaluatorABTestNotStarted Method (ABTestStatusEnum)
Checks whether the current AB test status corresponds to not started test.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public static bool ABTestNotStarted(
	ABTestStatusEnum abTestStatus
)

Parameters

abTestStatus
Type: CMS.OnlineMarketingABTestStatusEnum

Return Value

Type: Boolean
See Also