gatelineAPI reference
interface TaskSet {
    items: WorkItem[];
    withheld: null | string;
}

Properties

Properties

items: WorkItem[]

Items in the order given — filenames order display, depends_on orders execution.

withheld: null | string

Non-null when no item in the set contributes a readable contact surface.