Class: Kaltura::Constants::Entry::Status

Inherits:
Object
  • Object
show all
Defined in:
lib/kaltura/constants/entry.rb

Constant Summary collapse

ERROR_IMPORTING =
-2
ERROR_CONVERTING =
-1
IMPORT =
0
PRECONVERT =
1
READY =
2
DELETED =
3
PENDING =
4
MODERATE =
5
BLOCKED =
6