Class InvocationHandle<R>

Type Parameters

  • R

Constructors

Properties

Methods

Constructors

Properties

invocationId: string
resultPromise: Promise<R>

Methods

  • get the current state of the resultPromise.

    Returns Promise<"pending" | "resolved" | "rejected">