Skip to content

AgentExecutionType

Job execution mode filter accepted by the summary endpoints.

Wire format is the string name ("Debug" / "Runtime"), per the API's StringEnumConverter serialization.

Enumeration Members

Debug

Debug: "Debug"

Test runs


Runtime

Runtime: "Runtime"

Production runs