Method OnCanRun
OnCanRun(RunContext)
Provides additional implementation to determine if the build pipeline satisfy requirements to run the last build.
Declaration
protected virtual BoolResult OnCanRun(RunContext context)
Parameters
Type | Name | Description |
---|---|---|
RunContext | context | The run context for the scope of the run operation. |
Returns
Type | Description |
---|---|
BoolResult | A result describing if the pipeline can run or not. |