@creator.co/wapi - v1.8.1
    Preparing search index...

    Represents a long-running process that executes a given function at a specified interval.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    logger: default

    A logger object used for logging messages, errors, and other information.

    publisher: default

    The publisher of the content.

    timeout: Timeout

    A reference to the NodeJS.Timeout object representing the interval timer.

    Methods

    • Executes the provided execution function at a specified interval.

      Parameters

      • executionFunc: any

        The function to execute.

      Returns Promise<void>

      None