Interface ScanTask

All Superinterfaces:
Task
All Known Subinterfaces:
Audit, Crawl, CrawlAndAudit

public interface ScanTask extends Task
This interface is used to retrieve details of tasks in the Burp Scanner.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Delete the task.
    int
    Number of network errors that have occurred for the scan task.
    int
    Number of requests that have been made for the scan task.
     
  • Method Details

    • requestCount

      int requestCount()
      Number of requests that have been made for the scan task.
      Returns:
      The number of requests that have been made for the scan task.
    • errorCount

      int errorCount()
      Number of network errors that have occurred for the scan task.
      Returns:
      The number of network errors that have occurred for the scan task.
    • delete

      void delete()
      Delete the task.
      Specified by:
      delete in interface Task
    • statusMessage

      String statusMessage()
      Specified by:
      statusMessage in interface Task
      Returns:
      the current status message of the task