WorkProgressReport
final case class WorkProgressReport[Actor, Context](workSchedule: WorkSchedule[Actor, Context], actor: Actor)
Encapsulates an updated schedule and an updated actor. Work is done by workers, but work can also affect workers, e.g. making them stronger, smarter, or tired.
- Value parameters:
- actor
The updated actor.
- workSchedule
The updated work schedule.