long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-controller
/
org.artofdev.tasks.controller
/
TaskTakeForExecutionResult
Task
Take
For
Execution
Result
data
class
TaskTakeForExecutionResult
(
val
task
:
TaskEntity
?
,
val
busy
:
Boolean
=
false
)
Members
Constructors
Task
Take
For
Execution
Result
Link copied to clipboard
constructor
(
task
:
TaskEntity
?
,
busy
:
Boolean
=
false
)
Properties
busy
Link copied to clipboard
val
busy
:
Boolean
task
Link copied to clipboard
val
task
:
TaskEntity
?