Description
Fields
The date and time when the task was created, RFC 3339 format
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
Description of the task
Example: "Products CSV Import (TODO: better example)"
error_spans: [ShardedTaskSpan!]!
Token which grants you access to CSV import error report
errors: [ShardedTaskError!]!
Unique sharded task identifier. See also: Unique Identifiers
Example: "xa_EQzGqWoY"
import_info: ShardedTaskCSVImportInfo
Additional info about a CSV import task (if the task is one)
Whether the worker has finished working on a task or not
Example: false
Name of the task
Example: "Products CSV Import"
progress: ShardedTaskProgress!
result_file: File
File this task results with (e.g. CSV export tasks)
Expandable
Permission bit: "files.read"
Seconds since last update according to server's notion of time
Example: 54
The date and time when the task was last updated, RFC 3339 format
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
Used By
Types
File, ForeignShardedTask, ShardedTaskExpandableItems
Preview (typescript)
Loading module