Module Task

Module Task 

Source
Expand description

§Task Module

Declares the constituent modules of a Task. A schedulable task is composed of its concrete Task definition (the operation to be performed) and its Priority level, which guides the scheduler’s execution order.

Modules§

Priority
Defines the execution priority level of a task.
Task
Defines the structure of a task to be executed.