DeployPhaseTypes enum
Fields
| Undefined = 0 | Phase type not defined. Don't use this. |
| AgentBasedDeployment = 1 | Phase type which contains tasks executed on agent. |
| RunOnServer = 2 | Phase type which contains tasks executed by server. |
| MachineGroupBasedDeployment = 4 | Phase type which contains tasks executed on deployment group machines. |
| DeploymentGates = 8 | Phase type which contains tasks which acts as Gates for the deployment to go forward. |