Class: Kaltura::Constants::FileSync::Status

Inherits:
Object
  • Object
show all
Defined in:
lib/kaltura/constants/file_sync.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:

Constant Summary collapse

ERROR =

error state

-1 #error state
PENDING =

pending state

1
READY =

ready

2
DELETED =

deleted state

3
PURGED =

not only flagged as deleted, but really deleted.

4