Parallel

Description

Name

class Tinman.Operation.Parallel

Derived from

Operation

A background operation that aggregates zero or more other operations and executes them in parallel.

Fields / Required

operations

Type

Operation[]

The aggregated operations to execute in parallel.

Fields / Optional

name

Type

string

Default

'Parallel'

Human-readable name of this background operation.