Search Results for

    Show / Hide Table of Contents

    Interface IAgentTask

    A task that directly manipualtes an agent

    Inherited Members
    ITask.State
    ITask.EvaluateTaskState()
    ITask.StartExecution(Agent)
    ITask.StopExecution()
    ITask.Tick(Agent)
    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
    In This Article
    Back to top Documentation of the Virtual Agents Framework