interface AgentPoolEvent {
    eventType?: string;
    pool?: TaskAgentPool;
}

Properties

Properties

eventType?: string