Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AutomationsService

A service used for registering automations and events services.

Hierarchy

  • AutomationsService

Index

Methods

registerAutomation

  • registerAutomation(automation: Automation): void
  • Registers provided automation to all registered events services. If any events service will be registered at later time, the automation will be automatically registered to it.

    Parameters

    • automation: Automation

      An automation to register.

    Returns void

registerEventsService

  • Registers the provided events service. After registration all currently registered automations will be automatically registered to that events service.

    Parameters

    Returns void

Generated using TypeDoc