Altiris Software Dev Kit (ASDK)

 View Only
  • 1.  Delete Task

    Posted Jul 14, 2014 03:31 PM

    Is there someway using the ASDK to delete a scheduled task?  I can create one, but I can't find anything to delete one.



  • 2.  RE: Delete Task

    Broadcom Employee
    Posted Jul 16, 2014 02:25 PM

    The closest the ASDK has for deleting a Scheduled Task would be the DeleteItem functionality found in the Altiris.ASDK.NS namespace.



  • 3.  RE: Delete Task

    Posted Jul 16, 2014 04:40 PM

    Does the delete item delete the entire task?  I'm looking to delete the schedule for the task.



  • 4.  RE: Delete Task

    Broadcom Employee
    Posted Jul 16, 2014 04:46 PM

    The delete item function would attempt to delete the item defined by the guid passed to it. If the provided guid has dependancies that prevent it from being deleted it won't delete.