The current status of a texture request as it
moves through the pipeline or final result of a texture
request.
Declaration Syntax
C# |
public enum TextureRequestState
Members
Member | Description |
---|---|
Pending | The initial state given to a request. Requests in this state
are waiting for an available slot in the pipeline
|
Started | A request that has been added to the pipeline and the request
packet has been sent to the simulator
|
Progress | A request that has received one or more packets back from the
simulator
|
Finished | A request that has received all packets back from the simulator
|
Timeout | A request that has taken longer than to download OR the initial
packet containing the packet information was never received
|
Aborted | The texture request was aborted by request of the agent
|
NotFound | The simulator replied to the request that it was not able to
find the requested texture
|
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)