Need Enum

Definition

This is the stage of the wait, showing what the wait needs during its lifecycle.

public enum Need
type Need = 
Public Enum Need
Inheritance
Need

Fields

Call 3

The wait is in the middle of executing the rest delegate.

Done 4

The wait has completed executing the rest delegate.

None 0

The wait does not need anything.

Poll 2

The wait needs to be polled for execution after an item has been posted.

Wait 1

The wait needs an item to be posted.

Applies to