CDPotion.Domain.BackgroundService (cdpotion v0.1.0)

Summary

Functions

Clears all stored data for the service.

Set the recording state for the service.

Enables event updates for the service.

Disables event updates for the service.

Functions

Link to this function

clear_events(service)

Clears all stored data for the service.

Parameters:

  • service:ServiceName: description not provided :(
Link to this function

set_recording(should_record, service)

Set the recording state for the service.

Parameters:

  • shouldRecord:boolean: description not provided :(
  • service:ServiceName: description not provided :(
Link to this function

start_observing(service)

Enables event updates for the service.

Parameters:

  • service:ServiceName: description not provided :(
Link to this function

stop_observing(service)

Disables event updates for the service.

Parameters:

  • service:ServiceName: description not provided :(