We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc8446 commit 30f04c6Copy full SHA for 30f04c6
labthings/server/views/tasks.py
@@ -17,6 +17,13 @@ def get(self):
17
18
@Tag(["properties", "tasks"])
19
class TaskView(View):
20
+ """
21
+ Manage a particular background task.
22
+
23
+ GET will safely return the current task progress.
24
+ DELETE will terminate the background task, if running.
25
26
27
@marshal_with(TaskSchema())
28
def get(self, task_id):
29
"""
0 commit comments