TEST_FINISHED Function

Sets the currently running test as finished


Variables

NameTypeDefaultDescription
TestNameT_MaxString
CounterUINT0
FinishedAtLWORD
Declaration source
// Sets the currently running test as finished
FUNCTION TEST_FINISHED : BOOL
VAR
    TestName : T_MaxString;
    Counter : UINT := 0;
    FinishedAt : LWORD;
END_VAR