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 nameDescription
Paused

Summary

The worker is paused.
Stopped

Summary

The worker has completed processing.
Unstarted

Summary

The worker is unstarted.
Working

Summary

The worker is working.

Requirements

Namespace: Eas.WebCrawler.Interfaces
Assembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)

See Also

Eas.WebCrawler.Interfaces Namespace