Answer the question
In order to leave comments, you need to log in
Is it possible to stop the PSU for the duration of the task?
$arFields = Array(
"TITLE" => "Task title",
"DESCRIPTION" => "Task description",
"CREATED_BY" => 29,
"RESPONSIBLE_ID" => 721,
"DESCRIPTION_IN_BBCODE" => 'Y',
"ALLOW_CHANGE_DEADLINE" => 'Y',
);
$obTask = new CTasks;
$ID = $obTask->Add($arFields);
$success = ($ID>0);
Answer the question
In order to leave comments, you need to log in
it is in the BP itself, is it possible to stop the execution of the BP until the task is completed?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question