Click or drag to resize
MVTestInfoProviderMVTestIsRunning Method (MVTestInfo)
Returns true if specified multivariate test is running.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static bool MVTestIsRunning(
	MVTestInfo testObj
)

Parameters

testObj
Type: CMS.OnlineMarketingMVTestInfo
Multivariate test info object

Return Value

Type: Boolean
See Also