IS_TEST_FINISHED Function
Check if a certain test in the current suite is finished
Inputs
| Name | Type | Description |
|---|---|---|
TestName |
T_MaxString |
Variables
| Name | Type | Description |
|---|---|---|
Counter |
UINT | |
CurrentTest |
FB_Test |
Declaration source
// Check if a certain test in the current suite is finished
FUNCTION IS_TEST_FINISHED : BOOL
VAR_INPUT
TestName : T_MaxString;
END_VAR
VAR
Counter : UINT;
CurrentTest : FB_Test;
END_VAR