Occurs when a run is cancelled.

interface ThreadRunCancelled {
    data: Run;
    event: "thread.run.cancelled";
}

Properties

Properties

data: Run

Represents an execution run on a thread.

event: "thread.run.cancelled"