| Class | Description |
|---|---|
| AbstractJoinedLaunch |
The class for mandatory logic for launches which were joined by
LaunchIdLock object. |
| PrimaryLaunch |
An implementation of a
Launch object which managed to obtain main lock with LaunchIdLock object. |
| SecondaryLaunch |
An implementation of a
Launch object which didn't manage to obtain main lock with LaunchIdLock
object. |
| SecondaryLaunchFinishCondition |
Condition which designed to wait for all secondary launches finished (true), or at least one launch finished (false).
|