Enum TaskManagerState
The different states that the agent's task manager can be in
Namespace: i5.VirtualAgents.ScheduleBasedExecution
Assembly: cs.temp.dll.dll
Syntax
public enum TaskManagerState
Fields
Name | Description |
---|---|
busy | The agent is busy and is currently executing a task |
idle | An idle state where nothing is to do and new tasks can be started |
inactive | The task manager is inactive, e.g. if no agent is associated with it yet or if it has been deactived deliberately In an inactive state, no tasks are executed or started |
waiting | The agent waits for a condition to become true so that the next task can be started |