* Compatibility method - same as getTaskInfo
(path: string)
| 905 | * Compatibility method - same as getTaskInfo |
| 906 | */ |
| 907 | async getTaskByPath(path: string): Promise<TaskInfo | null> { |
| 908 | return this.getTaskInfo(path); |
| 909 | } |
| 910 | |
| 911 | /** |
| 912 | * Compatibility method - same as getTaskInfo |
no test coverage detected