Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
interfaces
SelfTestsResult
Interface SelfTestsResult
interface
SelfTestsResult
{
collection
?:
string
;
duration
:
number
;
end
:
string
;
exception
?:
SelfTestsException
;
name
:
string
;
result
?:
string
|
string
[]
;
start
:
string
;
success
:
boolean
;
}
Index
Properties
collection?
duration
end
exception?
name
result?
start
success
Properties
Optional
collection
collection
?:
string
duration
duration
:
number
end
end
:
string
Optional
exception
exception
?:
SelfTestsException
name
name
:
string
Optional
result
result
?:
string
|
string
[]
start
start
:
string
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collection
duration
end
exception
name
result
start
success
@thepalaceproject/circulation-admin
Loading...