Method RunIteration
RunIteration(ref RunState, bool)
Run one application iteration.
public static bool RunIteration(ref RunState state, bool firstIteration = false)
Parameters
state
RunStateThe state returned by Begin(Toplevel).
firstIteration
boolSet to true if this is the first run loop iteration.