Status
public enum Status : String
The current status of the source crawl for this collection. This field returns not_configured if the default
configuration for this source does not have a source object defined.
runningindicates that a crawl to fetch more documents is in progress.completeindicates that the crawl has completed with no errors.queuedindicates that the crawl has been paused by the system and will automatically restart when possible.unknownindicates that an unidentified error has occured in the service.
-
Undocumented
Declaration
Swift
case running = "running" -
Undocumented
Declaration
Swift
case complete = "complete" -
Undocumented
Declaration
Swift
case notConfigured = "not_configured" -
Undocumented
Declaration
Swift
case queued = "queued" -
Undocumented
Declaration
Swift
case unknown = "unknown"
View on GitHub
Status Enumeration Reference