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
True once the job has stopped, whether it succeeded or failed.
[optional]
description
String
Human readable description of the job.
[optional]
error_message
String
Failure detail. Populated only when status is error.
[optional]
finished_dts
String
When the job stopped. Null until it does.
[optional]
job_id
Integer
Job handle. Poll getSfvbThemeJob with this.
[optional]
progress
Integer
Percent complete, 0-100.
[optional]
progress_description
String
What the job is doing right now, for example 'Duplicating locale text'.
[optional]
started_dts
String
When the job started running. Null until it does.
[optional]
status
String
Raw job status.
[optional]
submitted_dts
String
When the job was queued.
[optional]
success
Boolean
True only when the job finished successfully. Check complete first.
[optional]
target_path
String
Path the new theme is being created at. Returned when the job is started and on every poll, so you do not have to keep the response that started it. The theme oid itself is NOT returned, so once the job completes you list themes and match on this path. It is also what success is checked against - a finished job whose theme is not here reports success false rather than pretending.