Skip to main content

AnalysisStatus

No description

enum AnalysisStatus {
NOT_STARTED
ENQUEUED
PROCESSING
FINISHED
FAILED
}

Values

NOT_STARTED

not file analysis was requested

ENQUEUED

the file analysis is enqueued

PROCESSING

the file is currently being processed

FINISHED

the file analysis is finished

FAILED

the file analysis failed