MMpy.Schedule.unlink_tasks

MMpy.Schedule.unlink_tasks

Schedules removal of the link between two tasks.

Name Type Description
first_task SchedulerTask​ First task (dependence task)​
second_task SchedulerTask Second task (dependent task)
prerequisite_type SchedulerTaskPrerequisiteType Prerequisite type
command SchedulerCommand | None Command object
Type Description
Bool True if no errors were detected. False otherwise.​

IDPH_SCHEDULE_UNLINK_TASKS_1