Represents a Modal FunctionCall. Function Calls are Function invocations with a given input. They can be consumed asynchronously (see get()) or cancelled (see cancel()).
get()
cancel()
Readonly
Cancel a running function call.
Create a new function call from ID.
Get the result of a function call, optionally waiting with a timeout.
Represents a Modal FunctionCall. Function Calls are Function invocations with a given input. They can be consumed asynchronously (see
get()
) or cancelled (seecancel()
).