root
Toggle table of contents
goblin-service
Target filter
goblin-service
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.data
/
TaskDescription
Task
Description
goblin-service
data
class
TaskDescription
(
val
id
:
Int
,
val
name
:
String
,
val
description
:
String
?
=
null
,
val
status
:
TaskStatus
)
Structure representing an asynchronous task.
Members
Constructors
Task
Description
Link copied to clipboard
goblin-service
constructor
(
id
:
Int
,
name
:
String
,
description
:
String
?
=
null
,
status
:
TaskStatus
)
Properties
description
Link copied to clipboard
goblin-service
val
description
:
String
?
=
null
id
Link copied to clipboard
goblin-service
val
id
:
Int
name
Link copied to clipboard
goblin-service
val
name
:
String
status
Link copied to clipboard
goblin-service
val
status
:
TaskStatus