Class Run<TInput, TOutput>

Type Parameters

  • TInput = unknown
  • TOutput = unknown

Constructors

Properties

runId: string

Methods

  • Returns
        | "success"
        | "pending"
        | "failed"
        | "running"
        | "suspended"