System.Threading.TParallel.TLoopState.ShouldExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ShouldExit: Boolean;

C++

bool __fastcall ShouldExit();

Properties

Type Visibility Source Unit Parent
function public
System.Threading.pas
System.Threading.hpp
System.Threading TLoopState

Description

Determines whether an iteration loop can be exited.

See Also