47.8 Reload Policy
When a widget is displaying entries from a timeline, WidgetKit needs to know what action to take when it reaches the end of the timeline. The following predefined reload policy options are available for use when the provider returns a timeline:
•atEnd – At the end of the current timeline, WidgetKit will request a new timeline from the provider. This is the default behavior if no reload policy is specified.
•after(Date) – WidgetKit will request a new timeline after the specified date and time.
•never – The timeline is not reloaded at the end of the timeline.