Click or drag to resize
ScheduledTasks Class
The ScheduledTasks class allows addition of jobs by name. It ensures that ONE instance of the named job will occur at *some* point in the future, between 0 and a specified max delay. If you queue multiple instances of the same-named Task, it's only done once.
Inheritance Hierarchy
SystemObject
  FiddlerScheduledTasks

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static class ScheduledTasks

The ScheduledTasks type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCancelWork
Public methodStatic memberScheduleWork
Top
See Also