Hi all,
I'm trying to use the objection mechanism to coordinate between different sequences.
Initially I used "TEST_DONE" but I saw that when the counter reach 0 it automatically start "end of test" which I would like to control my self.
To solve that I'm interested of extending a new kind of objection and for some reason I cant compile the file.
I've added the next code:
extend any_unit {
extend objection_kind: [NEW_KIND];
};
Can you direct me why my extension doesn't work? i tried also extending sys but then some of the units cant identify the new objection kind.
(I'm using e language)
Best regards,
Nir