MMpy.Schedule.unlink_tasks
Syntax
MMpy.Schedule.unlink_tasks
Description
Schedules removal of the link between two tasks.
Parameters
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 |
Returns
Type | Description |
---|---|
Bool | True if no errors were detected. False otherwise. |
Resource ID
IDPH_SCHEDULE_UNLINK_TASKS_1