Skip to main content

BuildClientAsync

apify_client.clients.BuildClientAsync

Async sub-client for manipulating a single actor build.

Index

Methods

abort

  • async abort(): dict

delete

  • async delete(): None

get

  • async get(): dict | None

log

wait_for_finish

  • async wait_for_finish(*, wait_secs): dict | None
  • Wait synchronously until the build finishes or the server times out.


    Parameters

    • wait_secs: int | None = Nonekeyword-only

      how long does the client wait for build to finish. None for indefinite.

    Returns dict | None

    The actor build data. If the status on the object is not one of the terminal statuses (SUCEEDED, FAILED, TIMED_OUT, ABORTED), then the build has not yet finished.