Summary of the execution process

Remarks

Since 1.9.0

interface ExecutionTree<Ts> {
    children: ExecutionTree<Ts>[];
    status: ExecutionStatus;
    value: Ts;
}

Type Parameters

  • Ts

Properties

Properties

children: ExecutionTree<Ts>[]

Values derived from this value

Remarks

Since 1.9.0

Status of the property

Remarks

Since 1.9.0

value: Ts

Generated value

Remarks

Since 1.9.0