Await Promise Request
@Serializable
Request object containing input parameters for the RuntimeDomain.awaitPromise command.
Constructors
Link copied to clipboard
constructor(promiseObjectId: RemoteObjectId, returnByValue: Boolean? = null, generatePreview: Boolean? = null)
Types
Link copied to clipboard
A builder for AwaitPromiseRequest, which allows setting the optional parameters of the RuntimeDomain.awaitPromise command via a lambda.