In This Article

ParseRequestState Enum

Specifies the current state of an IParseRequest.

public enum ParseRequestState

Fields

Name Description
Aborted

The request has been aborted, possibly removed for another newer request for the same parse hash key.

Created

The request has been created, but has not yet been queued.

Processed

The request has been processed.

Processing

The request is currently being processed by an IParser.

Queued

The request has been queued by an IParseRequestDispatcher.