toggle menu
Karya
jvm
switch theme
search in API
core
/
karya.core.entities
/
Task
/
Task
Task
constructor
(
id
:
UUID
,
planId
:
UUID
,
partitionKey
:
Int
,
status
:
TaskStatus
,
createdAt
:
Long
,
executedAt
:
Long
?
,
nextExecutionAt
:
Long
?
)