KestrunTaskService.SetTaskName method

Sets or updates the name of a task.

public bool SetTaskName(string id, string name)
parameter description
id The task identifier.
name The new name for the task.

Return Value

True if the task was found and updated; false if not found.

See Also