Preparing search index...

    Interface for a plugin component that manages pending tasks and exposes a promise that resolves when all tasks complete.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    interfaceId: InterfaceId

    Unique identifier for the ITaskManager interface, used for component lookup.

    Methods

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean

    • Returns a promise that resolves when all pending tasks have completed.

      Returns Promise<void>