Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 494 Bytes

File metadata and controls

35 lines (19 loc) · 494 Bytes
description
Description of the 'flush' function in HyperDbg Scripts

flush

Function

flush

Syntax

flush( );

Parameters

No argument.

Description

Flushes the logs created within script engine events.

Examples

flush();

Removes all the script logs that are waiting to be delivered.

Remarks

This function is equivalent to the 'flush' command in the script engine.

Related

None