Kanzi 4.0.0-beta2
MainLoop.State Enum Reference

Defines the state of the main loop. More...

Public Attributes

 Running
 The main loop is running.
 
 Suspended
 The main loop is suspended.
 
 Yielded
 The main loop is yielded.
 

Detailed Description

Defines the state of the main loop.

Member Data Documentation

◆ Suspended

Suspended

The main loop is suspended.

The main loop suspends until new work is available or a timeout expires.