All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.taboola.backstage.model.media.campaigns.items.ItemStatus Maven / Gradle / Ivy

package com.taboola.backstage.model.media.campaigns.items;

/**
 * Items with status=RUNNING is the only item that is being served in Taboola Widgets.
 *
 * Created by vladi
 * Date: 12/23/2017
 * Time: 10:31 PM
 * By Taboola
 */
public enum ItemStatus {
    RUNNING,
    CRAWLING,
    CRAWLING_ERROR,
    NEED_TO_EDIT,
    PAUSED,
    STOPPED,
    PENDING_APPROVAL,
    REJECTED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy