Enum StackFrameState
Assembly: WaaS.Core.dll
View Source
Declaration
public enum StackFrameState
Fields
Ready
The stack frame is ready for evaluation.
View Source
Declaration
Ready = 0
Pending
The stack frame is busy and should not be evaluated until the waker is triggered.
View Source
Declaration
Pending = 1
Completed
The stack frame has completed execution
View Source
Declaration
Completed = 2