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
/
PipelineIsDoneCreatingTasksMsg
Pipeline
Is
Done
Creating
Tasks
Msg
data
class
PipelineIsDoneCreatingTasksMsg
(
val
pipelineTaskId
:
TaskId
,
val
taskTypeHid
:
String
?
=
null
)
:
Message
Members
Constructors
Pipeline
Is
Done
Creating
Tasks
Msg
Link copied to clipboard
constructor
(
pipelineTaskId
:
TaskId
,
taskTypeHid
:
String
?
=
null
)
Properties
pipeline
Task
Id
Link copied to clipboard
val
pipelineTaskId
:
TaskId
task
Type
Hid
Link copied to clipboard
val
taskTypeHid
:
String
?