FireDAC.Phys.FB.TFDFBTrace.Suspend

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Phys.FB.pas
FireDAC.Phys.FB.hpp
Unit: FireDAC.Phys.FB
Parent: TFDFBTrace

Delphi

procedure Suspend;

C++

void __fastcall Suspend();

Description

Suspends a trace session.

Use the Suspend method to temporarily suspend a trace session, specified by the SessionID property.

See Also