Parsed version of a Task, used for UI rendering.

interface ParsedTask {
    result?: string;
    status?: string;
}

Properties

Properties

result?: string

Optional result of the Task.

status?: string

Current status of the Task.