tock / ai.tock.shared.vertx / TaskResult

TaskResult

data class TaskResult (source)

Used to construct JSON

Constructors

<init>

Used to construct JSON

TaskResult(id: String, status: String)

Properties

id

task identifier (ex: nlp_service)

val id: String

status

indicate the task status: "KO" or "OK"

val status: String