Properties of a MinTask.

interface IMinTask {
    jobs?: IOracleJob[];
    tasks?: ITask[];
}

Implemented by

Properties

Properties

jobs?: IOracleJob[]

A list of subjobs to process and produce a list of result values.

tasks?: ITask[]

A list of subtasks to process and produce a list of result values.

Generated using TypeDoc