FireDAC.Comp.BatchMove.TFDBatchMove.AbortJob

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: TFDBatchMove

Delphi

procedure AbortJob;

C++

void __fastcall AbortJob();

Description

Use the AbortJob method to stop the current data movement.

After a call to AbortJob, the method stops reading data from the reader data source, stops writing data to the writer and terminates Execute method.

See Also