NodeStatus
in package
NodeStatus Class Doc Comment
Tags
Table of Contents
Constants
- _NEW = 'NEW'
- Possible values of this enum
- CHECKING_IN = 'CHECKING_IN'
- DONE = 'DONE'
- ERROR = 'ERROR'
- INDEXING = 'INDEXING'
- NONE = 'NONE'
- PENDING = 'PENDING'
- PROCESSING = 'PROCESSING'
- RE_PROCESSING = 'RE_PROCESSING'
- UNKNOWN = 'UNKNOWN'
- UPLOADING = 'UPLOADING'
Methods
- getAllowableEnumValues() : array<string|int, string>
- Gets allowable values of the enum
Constants
_NEW
Possible values of this enum
public
mixed
_NEW
= 'NEW'
CHECKING_IN
public
mixed
CHECKING_IN
= 'CHECKING_IN'
DONE
public
mixed
DONE
= 'DONE'
ERROR
public
mixed
ERROR
= 'ERROR'
INDEXING
public
mixed
INDEXING
= 'INDEXING'
NONE
public
mixed
NONE
= 'NONE'
PENDING
public
mixed
PENDING
= 'PENDING'
PROCESSING
public
mixed
PROCESSING
= 'PROCESSING'
RE_PROCESSING
public
mixed
RE_PROCESSING
= 'RE_PROCESSING'
UNKNOWN
public
mixed
UNKNOWN
= 'UNKNOWN'
UPLOADING
public
mixed
UPLOADING
= 'UPLOADING'
Methods
getAllowableEnumValues()
Gets allowable values of the enum
public
static getAllowableEnumValues() : array<string|int, string>