Description Usage Arguments Value Examples
Performs action on the task.
1 2 3 4 5 6 7 | task_action(
auth_token = NULL,
project_id = NULL,
task_id = NULL,
action = "abort",
...
)
|
auth_token |
auth token |
project_id |
ID of a project you want to access. |
task_id |
ID of a task you want to access. |
action |
Character string specifying the action.
Currently, only supported action is |
... |
parameters passed to sbgapi function |
parsed list of the returned json
1 2 3 4 5 | token = '420b4672ebfc43bab48dc0d18a32fb6f'
req = task_action(token,
project_id = '7f7a72d0-da77-4f51-9416-99f14f7316ab',
task_id = '5506a44ae4b04a4ab3ae7250',
action = 'abort')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.