linkcheck.director.task
Classes
Stoppable URL check task, handling error conditions while running. |
|
|
URL check task with a logger instance and internal error handling. |
- class linkcheck.director.task.CheckedTask[source]
Bases:
StoppableThread
Stoppable URL check task, handling error conditions while running.
Store stop event.
- class linkcheck.director.task.LoggedCheckedTask(logger)[source]
Bases:
CheckedTask
URL check task with a logger instance and internal error handling.
Initialize super instance and store given logger.