Scalr\Model\Entity\FarmRole::deleteScheduled PHP Method

deleteScheduled() public method

Deletes scheduled tasks
public deleteScheduled ( )
    public function deleteScheduled()
    {
        $this->db()->Execute("DELETE FROM scheduler WHERE target_id = ? AND target_type IN (?, ?)", [$this->id, Scalr_SchedulerTask::TARGET_ROLE, Scalr_SchedulerTask::TARGET_INSTANCE]);
    }