TESTCASESTATE Data Type

The data type returned by the GetTestCaseState function to report the state of a running test case or that the test case is not running. 4Test defines this enumerated data type as follows:

[-] type TESTCASESTATE is enum
	[ ] TCS_ENTERING 
	[ ] TCS_RUNNING 
	[ ] TCS_EXITING

The following table describes each of the values a TESTCASESTATE variable may hold:

Value Test Case State
TCS_ENTERING In TestCaseEnter or DefaultTestCaseEnter.
TCS_RUNNING Currently running.
TCS_EXITING In TestCaseExit or DefaultTestCaseExit.
NULL No test case is running.