DiscoverySessionStatus

Persisted discovery-session states shared by database queries, scan execution, and recovery.

Properties

Link copied to clipboard
const val COMPLETE: String
Link copied to clipboard
const val FAILED: String
Link copied to clipboard
const val IN_PROGRESS: String
Link copied to clipboard
const val INTERRUPTED: String
Link copied to clipboard

In-memory counterpart of RECOVERABLE_SQL_LIST. A unit test keeps the two declarations synchronized.

Link copied to clipboard

SQL literal list required by Room's compile-time query parser for sessions that reconnect can still recover.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val RESTORED: String
Link copied to clipboard
const val STOPPED: String
Link copied to clipboard
const val UNRESTORABLE: String