class documentation

class ScanListInfo(BaseModel): (source)

View In Hierarchy

The information to be sent to the Scan List tab.

Class Variable ongoing The name of the ongoing scan or None
Class Variable scans The list of scans as ScanInfo objects
ongoing: str | None = (source)

The name of the ongoing scan or None

The list of scans as ScanInfo objects