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
/
TaskSuccess
Task
Success
goblin-service
data
class
TaskSuccess
(
val
result
:
String
,
val
duration
:
Long
?
=
null
)
:
TaskStatus
Members
Constructors
Task
Success
Link copied to clipboard
goblin-service
constructor
(
result
:
String
,
duration
:
Long
?
=
null
)
Properties
duration
Link copied to clipboard
goblin-service
val
duration
:
Long
?
=
null
result
Link copied to clipboard
goblin-service
val
result
:
String