FireDAC.Comp.BatchMove.TFDBatchMove.AbortJob

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AbortJob;

C++

void __fastcall AbortJob(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMove

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