APIs, concepts, guides, and more

◆ TaskSubmit() [2/2]

RTTask TaskSubmit ( const RTTaskCreationParameters & parameters)
Parameters
parametersCreation parameters for the task.
Description:
Submits a new task to the manager using the specified creation parameters. UserLabels must be unique. If the creation parameters contain a UserLabel that matches the UserLabel of an existing task, the submission will fail with an error. Giving an empty user label will use the FunctionName as the user label.
Returns
The created RTTask instance, check ErrorLogCountGet() for errors.
See also
Real-Time Tasks
Examples
RTTasksHelpers.h.