TEST_FINISHED  Function

Sets the currently running test as finished


Variables

Name Type Default Description
TestName T_MaxString
Counter UINT 0
FinishedAt LWORD
Declaration source
// Sets the currently running test as finished
FUNCTION TEST_FINISHED : BOOL
VAR
    TestName : T_MaxString;
    Counter : UINT := 0;
    FinishedAt : LWORD;
END_VAR