• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. cjenness
    3. Best
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 9
    • Best 1
    • Controversial 0
    • Groups 0

    Best posts made by cjenness

    • RE: Creating Task with TaskTypeManagement

      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;

      posted in General Problems
      C
      cjenness
    • 1 / 1