nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
StatusUpdateMessage
Interface StatusUpdateMessage
Status update message.
interface
StatusUpdateMessage
{
type
:
"status_update"
;
expertId
:
string
;
status
:
|
"failed"
|
"pending"
|
"working"
|
"submitted"
|
"reviewing"
|
"voted"
;
progress
?:
number
;
estimatedTimeRemaining
?:
number
;
}
Index
Properties
type
expert
Id
status
progress?
estimated
Time
Remaining?
Properties
type
type
:
"status_update"
expert
Id
expertId
:
string
status
status
:
"failed"
|
"pending"
|
"working"
|
"submitted"
|
"reviewing"
|
"voted"
Optional
progress
progress
?:
number
Optional
estimated
Time
Remaining
estimatedTimeRemaining
?:
number
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
type
expert
Id
status
progress
estimated
Time
Remaining
GitHub
npm
nexus-agents - v2.80.0
Loading...
Status update message.