Summary
The different states of processing in which a worker can be.Declaration Syntax
Public Enum WorkerState
public enum WorkerState
__value public enum WorkerState
public enum WorkerState
Members
Member name | Description |
---|---|
Paused | SummaryThe worker is paused. |
Stopped | SummaryThe worker has completed processing. |
Unstarted | SummaryThe worker is unstarted. |
Working | SummaryThe worker is working. |
Requirements
Namespace: Eas.WebCrawler.InterfacesAssembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)