Sequential

Description

Name

class Tinman.Operation.Sequential

Derived from

Operation

A background operation that aggregates zero or more other operations and executes them one after another.

Fields / Required

operations

Type

Operation[]

The aggregated operations to execute in sequence.

Fields / Optional

name

Type

string

Default

'Sequential'

Human-readable name of this background operation.