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

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

Overview

The constants module will soon be depreciated into an Enumeration module to be more in line with the C# API client’s namespacing.

See Also:

  • Filter::BaseEntry

Constant Summary collapse

ERROR_IMPORTING =

error’d during import

-2 #error'd during import
ERROR_CONVERTING =

error’d during conversion

-1 #error'd during conversion
IMPORT =

importing

0
PRECONVERT =

queued for conversion

1
READY =

ready

2
DELETED =

deleted

3
PENDING =

pending moderation

4
MODERATE =

moderated

5
BLOCKED =

rejected from moderation

6