states.StateBooting module

class states.StateBooting.StateBooting[source]

Bases: State

This class contains the Boot state of the common AAS Manager.

async booting_state_logic()[source]

This method contains the logic of the boot state of the common AAS Manager. This method can be used by any inherited class.

async run()[source]

This method implements the boot state of the common AAS Manager. Here all the required initialization tasks are performed.