AtBeginning

data class AtBeginning(val anchorStrategy: DeletedAnchorStrategy, val simulateAfter: Boolean) : ActivityAutoDelete

Delete the previous outputs at the beginning of scheduling, so no prior goals can interact with them.

Constructors

Link copied to clipboard
constructor(anchorStrategy: DeletedAnchorStrategy, simulateAfter: Boolean)

Properties

Link copied to clipboard

How to deal with activities anchored to the previous outputs.

Link copied to clipboard

Whether the scheduler should simulate after deleting the activities, and before the first goal runs.