Uses of Enum Class
org.azd.enums.TaskAgentStatus
Packages that use TaskAgentStatus
-
Uses of TaskAgentStatus in org.azd.distributedtask.types
Methods in org.azd.distributedtask.types that return TaskAgentStatusMethods in org.azd.distributedtask.types with parameters of type TaskAgentStatusModifier and TypeMethodDescriptionvoidTaskAgent.setStatus(TaskAgentStatus status) voidTaskAgentReference.setStatus(TaskAgentStatus status) -
Uses of TaskAgentStatus in org.azd.enums
Methods in org.azd.enums that return TaskAgentStatusModifier and TypeMethodDescriptionstatic TaskAgentStatusReturns the enum constant of this class with the specified name.static TaskAgentStatus[]TaskAgentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.