Occurs when a run moves to a queued status.

interface ThreadRunQueued {
    data: Run;
    event: "thread.run.queued";
}

Properties

Properties

data: Run

Represents an execution run on a thread.

event: "thread.run.queued"