TaskAgentStatusFilter enum
This is useful in getting a list of deployment targets, filtered by the deployment agent status.
Fields
Offline = 1 | Only deployment targets that are offline. |
Online = 2 | Only deployment targets that are online. |
All = 3 | All deployment targets. |