UNPKG

@sectester/scan

Version:

The package defines a simple public API to manage scans and their expectations.

12 lines (11 loc) 255 B
export declare enum ScanStatus { FAILED = "failed", DISRUPTED = "disrupted", RUNNING = "running", STOPPED = "stopped", QUEUED = "queued", SCHEDULED = "scheduled", PENDING = "pending", DONE = "done", PAUSED = "paused" }