processingStatus property
The processing status of the feed.
Acceptable values are: - ""
failure": The feed could not be processed or all items had errors.
" - "in progress
": The feed is being processed. -
"none
": The feed has not yet been processed. For example, a feed that
has never been uploaded will have this processing status. - "success
":
The feed was processed successfully, though some items might have had
errors.
Implementation
core.String? processingStatus;