nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
TaskPayload
Interface TaskPayload
Payload for task lifecycle events.
interface
TaskPayload
{
type
:
"task"
;
phase
:
"completed"
|
"started"
;
taskId
:
string
;
taskDescription
?:
string
;
success
?:
boolean
;
}
Index
Properties
type
phase
task
Id
task
Description?
success?
Properties
Readonly
type
type
:
"task"
Readonly
phase
phase
:
"completed"
|
"started"
Readonly
task
Id
taskId
:
string
Optional
Readonly
task
Description
taskDescription
?:
string
Optional
Readonly
success
success
?:
boolean
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
type
phase
task
Id
task
Description
success
GitHub
npm
nexus-agents - v2.80.0
Loading...
Payload for task lifecycle events.