MCPcopy Create free account
hub / github.com/NanmiCoder/MediaCrawler / CrawlerStatus

Interface CrawlerStatus

webui/src/types/crawler.ts:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface CrawlerStatus {
17 status: 'idle' | 'running' | 'stopping' | 'error'
18 platform: string | null
19 crawler_type: string | null
20 started_at: string | null
21 error_message: string | null
22}
23
24export interface LogEntry {
25 id: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected