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
/
ExecutionContext
Execution
Context
class
ExecutionContext
(
val
taskId
:
Long
,
val
taskTypeHid
:
String
,
val
input
:
TaskData
?
)
Members
Constructors
Execution
Context
Link copied to clipboard
constructor
(
taskId
:
Long
,
taskTypeHid
:
String
,
input
:
TaskData
?
)
Properties
input
Link copied to clipboard
val
input
:
TaskData
?
task
Id
Link copied to clipboard
val
taskId
:
Long
task
Type
Hid
Link copied to clipboard
val
taskTypeHid
:
String
Functions
is
Cancellation
Requested
Link copied to clipboard
fun
isCancellationRequested
(
)
:
Boolean
throw
If
Cancellation
Requested
Link copied to clipboard
fun
throwIfCancellationRequested
(
)