Task

class Task

Task object encapsulating task information.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indication of the percentage completion of the task.

Link copied to clipboard

Status of the task - Not Started, In-Progress, Complete.

Link copied to clipboard

Details of task status as notified by a migration tool. A tool might use this field to provide clarifying information about the status that is unique to that tool or that explains an error state.

Functions

Link copied to clipboard
inline fun copy(block: Task.Builder.() -> Unit = {}): Task
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String