IEMEmailTestHandlerIsAnyTestRunning Method
|
Alterian Email Manager 6.2.3 SDK Help File
Checks if any test is in-progress
Namespace:
DMLibrary.LitmusAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxbool IsAnyTestRunning(
int documentId
)
Function IsAnyTestRunning (
documentId As Integer
) As Boolean
bool IsAnyTestRunning(
int documentId
)
abstract IsAnyTestRunning :
documentId : int -> bool
function IsAnyTestRunning(documentId);
Parameters
- documentId
- Type: SystemInt32
document Id for the creative
Return Value
Type:
Boolean
See Also