runs

@Contract(pure = true)
open fun runs(thread: Thread): RunHandler

Returns a handler for interacting with the runs in the given thread.

Return

The handler for interacting with the runs

Parameters

thread

The thread to get the runs for


@Contract(pure = true)
abstract fun runs(threadId: String): RunHandler

Returns a handler for interacting with the runs in the thread with the given id.

Return

The handler for interacting with the runs

Parameters

threadId

The id of the thread to get the runs for