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
This method can be used for any Scale supported task type using the following format:
38
-
`client.create_{{Task Type}}_task(...)` and passing the applicable values into the function definition. The applicable fields and further information for each task type can be found in scales API docs `here`\_\_ for further information.
38
+
`client.create_{{Task Type}}_task(...)` and passing the applicable values into the function definition. The applicable fields and further information for each task type can be found in `Scale's API documentation`__.
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.
82
82
@@ -104,9 +104,9 @@ Retrieve a list of tasks, with optional filter by stand and end date/type. Pagin
104
104
Cancel Task
105
105
^^^^^^^^^^^
106
106
107
-
Check `this`\_\_ for further information.
107
+
Check out `Scale's API documentation`__ for more information.
108
108
109
-
\_\_ https://docs.scale.com/reference#cancel-task
109
+
__https://docs.scale.com/reference#cancel-task
110
110
111
111
Cancel a task given its id if work has not stared on the task (task status is "que).
112
112
@@ -120,9 +120,9 @@ _______
120
120
Create Batch
121
121
^^^^^^^^^^^^
122
122
123
-
Check `this`\_\_ for further information.
123
+
Check out `Scale's API documentation`__ for more information.
0 commit comments