Method
IdeTaskset_name
Description
Sets a useful name for the task.
This string is interned, so it is best to avoid dynamic names as that can result in lots of unnecessary strings being interned for the lifetime of the process.
This name may be used in various g_critical()
messages which can
be useful in troubleshooting.
If using IdeTask
from C, a default name is set using the source
file name and line number.