IEMEmailTestRepositoryIsTestInProgress Method

Alterian Email Manager 6.2.3 SDK Help File
Returns flag whether an email test is in progress for creative

Namespace:  DMLibrary.Repository
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
bool IsTestInProgress(
	int documentId,
	int maxTestDuration
)

Parameters

documentId
Type: SystemInt32
document Id
maxTestDuration
Type: SystemInt32
max test duration that indicates max duration to wait for Litmus to finish test before marking it complete

Return Value

Type: Boolean
flag to indicate whether a test in-progress
See Also