View source: R/session-state.R
| update_task_status | R Documentation |
Update task status with atomic write
update_task_status(
session_id,
task_id,
state,
etag = NULL,
region,
bucket,
updates = list()
)
session_id |
Session identifier |
task_id |
Task identifier |
state |
New state |
etag |
Optional ETag for conditional write (atomic claiming) |
region |
AWS region |
bucket |
S3 bucket |
updates |
Optional additional fields to update |
TRUE if successful, FALSE if conditional write failed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.