setUserTasks

abstract fun setUserTasks(tasks: <Error class: unknown class><Task>): Boolean(source)

Adds tasks to the Tasks category of the Jump List on Windows.

tasks is an array of Task objects.

Whether the call succeeded.

Note: If you'd like to customize the Jump List even more use app.setJumpList(categories) instead.