APIs, concepts, guides, and more

◆ RTTaskState

enum class RTTaskState : int32_t
strong
Description:
RTTaskState indicates the current execution state of a real-time task.
Enumerator
Dead 

Task is not initialized or has been terminated.

Disabled 

Task is initialized but not currently executing.

Waiting 

Task is active but waiting for its next scheduled execution time.

Running 

Task is currently executing.

Definition at line 61 of file rttask.h.