Skip to main content

ScheduleWork

experimental

An Ability that enables an Actor to schedule a callback function to be executed with a delay, or until some condition is met.

Used internally by the interaction to Wait.

Hierarchy

Implements

Index

Constructors

constructor

Methods

repeatUntil

waitFor

  • Parameters

    Returns Promise<void>

discard

  • discard(): void
  • Discards the resources associated with this ability.


    Returns void