BuildClient
Hierarchy
- ResourceClient- BuildClient
 
Index
Properties
inheritedapifyClient
inheritedbaseUrl
inheritedhttpClient
optionalinheritedid
optionalinheritedparams
inheritedpublicBaseUrl
inheritedresourcePath
optionalinheritedsafeId
inheritedurl
Methods
abort
- Returns Promise<Build>
delete
- Returns Promise<void>
get
- Parameters- options: BuildClientGetOptions = {}
 - Returns Promise<undefined | Build>
getOpenApiDefinition
log
waitForFinish
- Returns a promise that resolves with the finished Build object when the provided actor build finishes or with the unfinished Build object when the - waitSecstimeout lapses. The promise is NOT rejected based on run status. You can inspect the- statusproperty of the Build object to find out its status.- The difference between this function and the - waitForFinishparameter of the- getmethod is the fact that this function can wait indefinitely. Its use is preferable to the- waitForFinishparameter alone, which it uses internally.- This is useful when you need to immediately start a run after a build finishes. - Parameters- options: BuildClientWaitForFinishOptions = {}
 - Returns Promise<Build>
https://docs.apify.com/api/v2#/reference/actor-builds/abort-build/abort-build