Event Iteration
This event is raised on each iteration of the main loop.
public static event EventHandler<IterationEventArgs>? Iteration
Returns
- EventHandler<IterationEventArgs>
- This event is raised on each iteration of the main loop.
Remarks
See also Timeout