FireDAC.Phys.FB.TFDFBTrace.Resume

From RAD Studio API Documentation

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

Delphi

procedure Resume;

C++

void __fastcall Resume();

Description

Resumes a trace session.

Use the Resume method to resume a trace session specified by the SessionID property and previously suspended by the Suspend method.

See Also