runnables property

List<AgentTaskRunnable>? runnables
getter/setter pair

AgentTaskRunnable is runanbles that will be executed on the agent.

Implementation

core.List<AgentTaskRunnable>? runnables;