MyChat Scripts: function mKanbanGetTaskCommaTags — get the list of the task tags
Get the Kanban project task name by its numeric ID.
Syntax
function mKanbanGetTaskNameByID(const iTaskID: integer): string;
Parameters and return values
Parameter |
Type |
Value |
iTaskID |
integer |
task ID, number. |
Function result
Task name, text string. IF the number is incorrect, the function returns an empty string.