@adcp/sdk API Reference - v7.9.0
Documentation
GitHub
npm
Preparing search index...
CheckProgress
Interface CheckProgress
Progress update emitted after each domain or agent check completes.
interface
CheckProgress
{
phase
:
"agents"
|
"pointers"
|
"orphans"
;
completed
:
number
;
total
:
number
;
domain
?:
string
;
}
Index
Properties
phase
completed
total
domain?
Properties
phase
phase
:
"agents"
|
"pointers"
|
"orphans"
completed
completed
:
number
total
total
:
number
Optional
domain
domain
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
phase
completed
total
domain
Documentation
GitHub
npm
@adcp/sdk API Reference - v7.9.0
Loading...
Progress update emitted after each domain or agent check completes.