Device Monitoring Studio - Monitor, log and analyze data coming through PC ports and connections
Download Device Monitoring Studio Hide this button

Exporters.IExporterVisualizer Interface

This interface provides additional methods supported by Raw Exporter and Text Exporter data visualizers.

Declaration

interface IExporterVisualizer extends ${IVisualizer} {

    // Methods
    ${pause}(): void;
    ${resume}(): void;
}
// This interface is not available in managed environment
// This interface is not available in native environment

IExporterVisualizer Methods

pause

pause(): void;
// This method is not available in managed environment
// This method is not available in native environment

Pauses exporting.

resume

resume(): void;
// This method is not available in managed environment
// This method is not available in native environment

Resumes exporting.