Expand description
ExitReason: terminal status from an execution batch.
The interpreter / recompiler run until one of these reasons is produced. The caller decides what to do next (handle the host call, route the page fault, top up gas and continue, etc.).
Enumsยง
- Exit
Reason - Terminal status from a single
execute()call.