Interface IAgentTask
A task that directly manipualtes an agent
Inherited Members
Namespace: i5.VirtualAgents.AgentTasks
Assembly: cs.temp.dll.dll
Syntax
public interface IAgentTask : ITask
Properties
CanStart
Indicates whether the task can start its execution False if there are unfulfilled conditions that block the execution
Declaration
bool CanStart { get; }
Property Value
Type | Description |
---|---|
Boolean |