Method CanRun
CanRun(out string)
Determine if the build pipeline of this build configuration can run.
Declaration
public bool CanRun(out string reason)
Parameters
Type | Name | Description |
---|---|---|
string | reason | If CanRun(out string) returns false, the reason why it fails. |
Returns
Type | Description |
---|---|
bool | Whether or not the build pipeline can run. |