class KalturaBatchJobStatus in Kaltura 6.2
Hierarchy
- class \KalturaBatchJobStatus
Expanded class hierarchy of KalturaBatchJobStatus
File
- kaltura_client/
KalturaClient.php, line 13
View source
class KalturaBatchJobStatus {
const PENDING = 0;
const QUEUED = 1;
const PROCESSING = 2;
const PROCESSED = 3;
const MOVEFILE = 4;
const FINISHED = 5;
const FAILED = 6;
const ABORTED = 7;
}Members
|
Name |
Modifiers | Type | Description | Overrides |
|---|---|---|---|---|
|
KalturaBatchJobStatus:: |
constant | |||
|
KalturaBatchJobStatus:: |
constant | |||
|
KalturaBatchJobStatus:: |
constant | |||
|
KalturaBatchJobStatus:: |
constant | |||
|
KalturaBatchJobStatus:: |
constant | |||
|
KalturaBatchJobStatus:: |
constant | |||
|
KalturaBatchJobStatus:: |
constant | |||
|
KalturaBatchJobStatus:: |
constant |