Class FunctionsPlugin

Implements

Constructors

Properties

addList: RemoteFunction[] = []
addedNames: Map<Task, string[]> = ...
readyTasks: Task[] = []
remoteFunctionRuns: Record<string, RemoteFunctionRun> = {}

Methods

  • Remove a function that can be called by the Task Agent

    Parameters

    • Rest ...names: string[]

      The names of the functions to remove

    Returns void