. // // @ignore // =================================================================================================== /** * @package Kaltura * @subpackage Client */ class Kaltura_Client_ContentDistribution_Enum_EntryDistributionStatus { const PENDING = 0; const QUEUED = 1; const READY = 2; const DELETED = 3; const SUBMITTING = 4; const UPDATING = 5; const DELETING = 6; const ERROR_SUBMITTING = 7; const ERROR_UPDATING = 8; const ERROR_DELETING = 9; const REMOVED = 10; const IMPORT_SUBMITTING = 11; const IMPORT_UPDATING = 12; }