Skip to main content
Version: Next

TaskClient

Hierarchy

  • ResourceClient
    • TaskClient

Index

Properties

inheritedapifyClient

apifyClient: ApifyClient

inheritedbaseUrl

baseUrl: string

inheritedhttpClient

httpClient: HttpClient

optionalinheritedid

id?: string

optionalinheritedparams

params?: Record<string, unknown>

inheritedresourcePath

resourcePath: string

optionalinheritedsafeId

safeId?: string

inheritedurl

url: string

Methods

call

delete

  • delete(): Promise<void>

get

  • get(): Promise<undefined | Task>

getInput

lastRun

runs

start

update

  • update(newFields: Partial<Pick<Task, name | description | title | actorStandby | input | options>>): Promise<Task>

updateInput

webhooks