EMEmailTestHandlerIsAnyTestRunning 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
Syntaxpublic virtual bool IsAnyTestRunning(
int documentId
)
Public Overridable Function IsAnyTestRunning (
documentId As Integer
) As Boolean
public:
virtual bool IsAnyTestRunning(
int documentId
)
abstract IsAnyTestRunning :
documentId : int -> bool
override IsAnyTestRunning :
documentId : int -> bool
function IsAnyTestRunning(documentId);
Parameters
- documentId
- Type: SystemInt32
document Id for the creative
Return Value
Type:
BooleanImplements
IEMEmailTestHandlerIsAnyTestRunning(Int32)
See Also