Titan



kill

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;  


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