Code
|
Message
|
Troubleshooting
|
---|---|---|
700
|
TW_MAX_TASKS_EXCEEDED
|
You have attempted to create more tasks than are allowed for the built-in tasker. The maximum number of tasks allowed is set at compile time with the constant TW_MAX_TASKS which is defined in twDefinitions.h. If you have many tasks running you may wish to consider using native threads if your platform supports them.
|
701
|
TW_TASK_NOT_FOUND
|
The specified task ID was not found. Make sure the task ID passed to this function is correct. The task ID is returned from the function call twTasker_CreateTask.
|
702
|
TW_THREADING_MODEL_FAILED_SHUTDOWN
|
The task thread failed to shut down.
|