Enumeration: PreconditionRunMode
The run mode for a PreconditionContainerArray.
Since
1.0.0
Enumeration Members
| Enumeration Member | Value | Description |
|---|---|---|
Parallel | 1 | All entries are run in parallel using Since 1.0.0 |
Sequential | 0 | The entries are run sequentially, this is the default behaviour and can be slow when doing long asynchronous tasks, but is performance savvy. Since 1.0.0 |