Nevermind, I figured it out. You have to title your new task the name (trusty-install) in this portion.
$TaskType = self::getClass(‘TaskType’)
->set(‘name’, ‘trusty-install’)
->load(‘name’);
if (!$TaskType->isValid()) {
return;
Nevermind, I figured it out. You have to title your new task the name (trusty-install) in this portion.
$TaskType = self::getClass(‘TaskType’)
->set(‘name’, ‘trusty-install’)
->load(‘name’);
if (!$TaskType->isValid()) {
return;