@serenada/core
Preparing search index...
CheckOutcome
Type Alias CheckOutcome
CheckOutcome
:
|
{
status
:
"notRun"
}
|
{
latencyMs
:
number
;
status
:
"passed"
}
|
{
error
:
string
;
status
:
"failed"
}
Outcome of a timed connectivity check with latency on success or error on failure.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@serenada/core
Loading...
Outcome of a timed connectivity check with latency on success or error on failure.