FrontPanel Platform API - v6.0.0
    Preparing search index...

    Type Alias Task

    Task: () => Promise<void>

    Type representing a task that can be posted to a work queue. A task is defined as a function that returns a promise which resolves to void.

    Type Declaration

      • (): Promise<void>
      • Returns Promise<void>