| Class | Description |
|---|---|
| DynamicGuardSelector<E> |
A
DynamicGuardSelector is a branch task that executes the first child whose guard is evaluated to true. |
| Parallel<E> |
A
Parallel is a special branch task that starts or resumes all children every single time. |
| RandomSelector<E> |
A
RandomSelector is a selector task's variant that runs its children in a random order. |
| RandomSequence<E> |
A
RandomSequence is a sequence task's variant that runs its children in a random order. |
| Selector<E> |
A
Selector is a branch task that runs every children until one of them succeeds. |
| Sequence<E> |
A
Sequence is a branch task that runs every children until one of them fails. |
| Enum | Description |
|---|---|
| Parallel.Policy |
The enumeration of the policies supported by the
Parallel task. |
Copyright © 2018. All rights reserved.