Update schedule process to allow toggling/triggering via UI

This commit is contained in:
Dane Everitt
2018-01-08 21:43:10 -06:00
parent 02fe49892d
commit 036bea2b94
18 changed files with 280 additions and 221 deletions

View File

@@ -14,7 +14,7 @@ interface TaskRepositoryInterface extends RepositoryInterface
*
* @throws \Pterodactyl\Exceptions\Repository\RecordNotFoundException
*/
public function getTaskWithServer(int $id): Task;
public function getTaskForJobProcess(int $id): Task;
/**
* Returns the next task in a schedule.