You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check out `Scale's API documentation`__ for more information.
80
+
Retrieve a list of tasks, with optional filter by start and end date/time. Paginated with `next_token`. The return value is a `scaleapi.Tasklist`, which acts as a list, but also has fields for the total number of tasks, the limit and offset, and whether or not there's more. Check out `Scale's API documentation`__ for more information.
Retrieve a list of tasks, with optional filter by stand and end date/type. Paginated with `next_token`. The return value is a `scaleapi.Tasklist`, which acts as a list, but also has fields for the total number of tasks, the limit and offset, and whether or not there's more.
87
-
88
84
.. code-block :: python
89
85
90
86
next_token = None;
@@ -109,12 +105,10 @@ Retrieve a list of tasks, with optional filter by stand and end date/type. Pagin
109
105
Cancel Task
110
106
^^^^^^^^^^^
111
107
112
-
Check out `Scale's API documentation`__ for more information.
108
+
Cancel a task given its id if work has not stared on the task (task status is `queued` in the UI). Check out `Scale's API documentation`__ for more information.
113
109
114
110
__https://docs.scale.com/reference#cancel-task
115
111
116
-
Cancel a task given its id if work has not stared on the task (task status is "que).
0 commit comments