LifecycleEvent Type
Events emitted during lifecycle transitions
Union cases
| Union case |
Description
|
Full Usage:
Completed(agentId, output, timestamp)
Parameters:
AgentId
output : string
timestamp : DateTimeOffset
|
|
Full Usage:
Failed(agentId, error, timestamp)
Parameters:
AgentId
error : string
timestamp : DateTimeOffset
|
|
Full Usage:
Initialized(agentId, timestamp)
Parameters:
AgentId
timestamp : DateTimeOffset
|
|
|
|
Full Usage:
Started(agentId, input, timestamp)
Parameters:
AgentId
input : string
timestamp : DateTimeOffset
|
|
Full Usage:
Suspended(agentId, reason, timestamp)
Parameters:
AgentId
reason : string
timestamp : DateTimeOffset
|
|
Full Usage:
Terminated(agentId, reason, timestamp)
Parameters:
AgentId
reason : string
timestamp : DateTimeOffset
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCompleted
Returns: bool
|
|
Full Usage:
this.IsFailed
Returns: bool
|
|
Full Usage:
this.IsInitialized
Returns: bool
|
|
Full Usage:
this.IsResumed
Returns: bool
|
|
Full Usage:
this.IsStarted
Returns: bool
|
|
Full Usage:
this.IsSuspended
Returns: bool
|
|
Full Usage:
this.IsTerminated
Returns: bool
|
|
Nao