MyChat Scripts: function mKanbanGetTaskNameByID — get the task name by ID
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 a number is incorrect or does not exist, the function returns an empty string.