ParallelLoopState Properties

Task Parallel System.Threading

The ParallelLoopState type exposes the following members.

Properties

  NameDescription
IsExceptional
Gets whether any iteration of the loop has thrown an exception that went unhandled by that iteration.
IsStopped
Gets whether any iteration of the loop has called Stop()()().
LowestBreakIteration
Gets the lowest iteration of the loop from which Break()()() was called.
ShouldExitCurrentIteration
Gets whether the current iteration of the loop should exit based on requests made by this or other iterations.

See Also