public interface Tilstandsliste { int IKKE_STARTET = 0; int STARTER = 1; int I_GANG = 2; int STOPPER = 3; int STOPPET = 4; }