tethys.core.stations.station_base

Module Contents

class tethys.core.stations.station_base.StationBase[source]

Bases: tethys.core.regobjs.regobj_base.RegistrableObjectBase

Base abstract class for the Stations (Workers).

abstract start(self, **kwargs)[source]

Start the worker process

abstract stop(self, **kwargs)[source]

Stop the worker process