IEMEmailTestRepositoryIsTestInProgress Method
|
Alterian Email Manager 6.2.3 SDK Help File
Returns flag whether an email test is in progress for creative
Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxbool IsTestInProgress(
int documentId,
int maxTestDuration
)
Function IsTestInProgress (
documentId As Integer,
maxTestDuration As Integer
) As Boolean
bool IsTestInProgress(
int documentId,
int maxTestDuration
)
abstract IsTestInProgress :
documentId : int *
maxTestDuration : int -> bool
function IsTestInProgress(documentId, 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:
Booleanflag to indicate whether a test in-progress
See Also