description |
---|
Description of the 'flush' function in HyperDbg Scripts |
flush
flush( );
No argument.
Flushes the logs created within script engine events.
flush();
Removes all the script logs that are waiting to be delivered.
This function is equivalent to the 'flush' command in the script engine.
None