Method CanRun
CanRun(params RunTargetBase[])
Determine if the build pipeline of this build configuration can run.
Declaration
public BoolResult CanRun(params RunTargetBase[] runTargets)
Parameters
| Type | Name | Description |
|---|---|---|
| RunTargetBase[] | runTargets | List of run targets to deploy and run on. |
Returns
| Type | Description |
|---|---|
| BoolResult | A result describing if the pipeline can run or not. |