DirectiveStart
Types
Link copied to clipboard
For activities that start at a known, grounded time.
Link copied to clipboard
data class Anchor @JvmOverloads constructor(val parentId: ActivityDirectiveId, val offset: Duration, val anchorPoint: DirectiveStart.Anchor.AnchorPoint, var estimatedStart: Duration = Duration.ZERO) : DirectiveStart
For activities that are anchored to another activity.