long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-executor-api
/
org.artofdev.tasks.taskExecutor
/
PipelineEndedMsg
Pipeline
Ended
Msg
data
class
PipelineEndedMsg
(
val
taskTypeHid
:
String
,
val
taskId
:
TaskId
,
val
result
:
TaskResult
)
:
Message
Members
Constructors
Pipeline
Ended
Msg
Link copied to clipboard
constructor
(
taskTypeHid
:
String
,
taskId
:
TaskId
,
result
:
TaskResult
)
Properties
result
Link copied to clipboard
val
result
:
TaskResult
task
Id
Link copied to clipboard
val
taskId
:
TaskId
task
Type
Hid
Link copied to clipboard
val
taskTypeHid
:
String