FireDAC.Comp.Script.TFDScriptCommand.AbortJob

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

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

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