Property StopAfterFirstIteration
StopAfterFirstIteration
Set to true to cause the session to stop running after first iteration.
[Obsolete("The legacy static Application object is going away.")]
public static bool StopAfterFirstIteration { get; set; }
Property Value
Remarks
Used primarily for unit testing. When true, End(RunnableSessionToken) will be called automatically after the first main loop iteration.