Alarm Message Service: Common Interfaces
Table of Contents
Introduction
To maintain a certain flexibility, we first build a few generally valid interfaces.
Data Types
For methods that take longer than one cycle, we need a return value to see if everything is done. As always, we unify this so we can use it for everything. This will be our enumeration ExecutionState
.