Skip to main content

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

    • keyword-onlywait_secs: int | None = None

    Returns dict | None

Page Options