![]() |
![]() |
![]() |
![]() |
![]() |
The kill operation results in annihilation of a component. It operates similarly to the stop operation but even the alive components are unable to execute functions any more after they were killed.
Related keywords:
[ component_reference.] kill; |
The optional component_reference (used when other than the own component should be killed) is one of the following:
The kill keyword denotes that (a) component(s) should be killed.
Examples:
Example 1a:
self.kill;
The own test component is terminated.
Example 1b:
vc_Hivatkozaas.kill;
The component with the reference vc_Hivatkozaas is killed.
Example 1c:
all component.kill;
All parallel test components are killed.
Example 1d:
self.kill;
The own test component is killed.
BNF definition of component kill