nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
StepResult
Interface StepResult
Result of step execution.
interface
StepResult
{
stepId
:
string
;
output
:
unknown
;
durationMs
:
number
;
status
:
"failed"
|
"success"
|
"skipped"
;
error
?:
string
;
}
Index
Properties
step
Id
output
duration
Ms
status
error?
Properties
step
Id
stepId
:
string
Step ID
output
output
:
unknown
Step output
duration
Ms
durationMs
:
number
Duration in ms
status
status
:
"failed"
|
"success"
|
"skipped"
Status
Optional
error
error
?:
string
Error message if failed
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
step
Id
output
duration
Ms
status
error
GitHub
npm
nexus-agents - v2.80.0
Loading...
Result of step execution.