Class: Kaltura::KalturaEntryDistributionStatus
- Inherits:
-
Object
- Object
- Kaltura::KalturaEntryDistributionStatus
- Defined in:
- lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb
Constant Summary collapse
- PENDING =
0
- QUEUED =
1
- READY =
2
- DELETED =
3
- SUBMITTING =
4
- UPDATING =
5
- DELETING =
6
- ERROR_SUBMITTING =
7
- ERROR_UPDATING =
8
- ERROR_DELETING =
9
- REMOVED =
10
- IMPORT_SUBMITTING =
11
- IMPORT_UPDATING =
12