TaskResult

interface TaskResult<out T : Any> : DataSet<T>

A result of a Task

Functions

flowData
Link copied to clipboard
common
abstract override fun flowData(): Flow<TaskData<T>>
getData
Link copied to clipboard
common
abstract suspend override fun getData(name: Name): TaskData<T>?
listTop
Link copied to clipboard
common
open suspend fun listTop(prefix: Name): List<Name>

Properties

dataType
Link copied to clipboard
common
abstract val dataType: KType
taskMeta
Link copied to clipboard
common
abstract val taskMeta: Meta

The configuration of the stage that produced this DataSet

taskName
Link copied to clipboard
common
abstract val taskName: Name

The Name of the stage that produced this DataSet

workspace
Link copied to clipboard
common
abstract val workspace: Workspace

The Workspace this DataSet belongs to