taskbridge-android-root
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
taskbridge-android-root
taskbridge-core
/
io.github.nikkiw.taskbridge.model
/
CancelTaskResponse
Cancel
Task
Response
@
Serializable
data
class
CancelTaskResponse
(
val
taskId
:
String
,
val
status
:
CancelTaskStatus
)
Response from a task cancellation request.
Members
Constructors
Cancel
Task
Response
Link copied to clipboard
constructor
(
taskId
:
String
,
status
:
CancelTaskStatus
)
Properties
status
Link copied to clipboard
val
status
:
CancelTaskStatus
The result of the cancellation request.
task
Id
Link copied to clipboard
val
taskId
:
String
The task ID.