MMpy.Schedule.unlink_tasks(2)

MMpy.Schedule.unlink_tasks

Schedules removal of the link between two tasks.

Name Type Description
task_prerequisite SchedulerTaskPrerequisite​ Task prerequisite object
command SchedulerCommand | None Command object.
Type Description
Bool True if no errors were detected. False otherwise.​

IDPH_SCHEDULE_UNLINK_TASKS_2