Skip to main content

types

Types related to monitoring modules.

Classes

AdditionalMonitorMessageTypes

class AdditionalMonitorMessageTypes(*args, **kwds):

Additional monitoring message types.

These are explicit message types in addition to the full set of _BitfountMessageType types being supported.

Ancestors

Variables

  • static TASK_CONFIG
  • static TASK_STATUS_UPDATE

HasTaskID

class HasTaskID(*args, **kwargs):

Protocol for describing objects that contain task IDs.

MonitorRecordPrivacy

class MonitorRecordPrivacy(*args, **kwds):

Privacy options for monitor record.

Note that these are primarily interpreted from the point of view of the pod owner.

Ancestors

Variables

  • static ALL_PARTICIPANTS
  • static OWNER
  • static OWNER_MODELLER
  • static PRIVATE

ProgressCounterDict

class ProgressCounterDict(*args, **kwargs):

Form of the progress counter dictionaries.

Variables

  • static estimated_total : float
  • static total : float
  • static unit : str
  • static value : float