nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
PreconditionOutcome
Interface PreconditionOutcome
Outcome of a single precondition hook.
interface
PreconditionOutcome
{
name
:
string
;
passed
:
boolean
;
durationMs
:
number
;
error
?:
string
;
}
Index
Properties
name
passed
duration
Ms
error?
Properties
Readonly
name
name
:
string
Readonly
passed
passed
:
boolean
Readonly
duration
Ms
durationMs
:
number
Optional
Readonly
error
error
?:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
name
passed
duration
Ms
error
GitHub
npm
nexus-agents - v2.80.0
Loading...
Outcome of a single precondition hook.