MyChat Scripts: function mKanbanGetTaskIDByCommentID — get the task ID by its comment ID
Get the task ID by its comment index.
Syntax
function mKanbanGetTaskIDByCommentID(const iCommentID: integer): integer;
Parameters and return values
|
Parameter |
Type |
Value |
|
iCommentID |
integer |
comment ID, number. |
Function result
|
>0 |
ID of the found project; |
|
-3 |
incorrect or non-existent comment ID or the task no longer exists. |