FireDAC.Comp.Script.TFDScriptCommand.AbortJob

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AbortJob(const AWait: Boolean = False); virtual;

C++

virtual void __fastcall AbortJob(const bool AWait = false);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptCommand

Description

Implements the abortion of a command of the SQL script.

The AbortJob method implementation allows you to abort the SQL script execution in full by terminating the current execution of the control command. This method can be called from another thread than the Execute method.

See Also