Wang Language - v0.21.5
GitHub
NPM
🎮 Playground
Preparing search index...
ExecutionState
Interface ExecutionState
interface
ExecutionState
{
   Â
callStack
:
CallFrame
[]
;
   Â
currentNode
?:
any
;
   Â
error
?:
any
;
   Â
pauseRequested
?:
boolean
;
   Â
result
?:
any
;
   Â
type
:
"error"
|
"running"
|
"paused"
|
"completed"
;
}
Index
Properties
call
Stack
current
Node?
error?
pause
Requested?
result?
type
Properties
call
Stack
callStack
:
CallFrame
[]
Optional
current
Node
currentNode
?:
any
Optional
error
error
?:
any
Optional
pause
Requested
pauseRequested
?:
boolean
Optional
result
result
?:
any
type
type
:
"error"
|
"running"
|
"paused"
|
"completed"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
call
Stack
current
Node
error
pause
Requested
result
type
GitHub
NPM
🎮 Playground
Wang Language - v0.21.5
Loading...