Package burp.api.montoya.burpsuite
Interface TaskExecutionEngine
public interface TaskExecutionEngine
Provides access to the task execution engine.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Task execution engine state -
Method Summary
Modifier and TypeMethodDescriptiongetState()
Retrieves the current state of the task execution engine.void
Sets the task execution engine state
-
Method Details
-
getState
TaskExecutionEngine.TaskExecutionEngineState getState()Retrieves the current state of the task execution engine.- Returns:
- current state
-
setState
Sets the task execution engine state- Parameters:
state
- new state
-