public static interface SourceStatus.Status
- `running` indicates that a crawl to fetch more documents is in progress. - `complete` indicates that the crawl has completed with no errors. - `queued` indicates that the crawl has been paused by the system and will automatically restart when possible. - `unknown` indicates that an unidentified error has occured in the service.
static final String RUNNING
static final String COMPLETE
static final String NOT_CONFIGURED
static final String QUEUED
static final String UNKNOWN
Copyright © 2023 IBM Cloud. All rights reserved.