Function getMany

  • Paginate through all scheduled tasks, optionally filtered by namespace

    Note that only a small number is returned each call (25 as of writing, may change) so if you need to scan through all of them you need to paginate using ListOptions.afterId

    Entries are sorted by increasing ID

    Parameters

    Returns Promise<ScheduledTask[]>

Generated using TypeDoc