hasPhase

private fun hasPhase(phase: PipelinePhase): Boolean(source)

Find phase matching phase in phasesRaw. Returns true if PhaseContent exists and its phase matches phase , Returns true if there is a matching PipelinePhase. Otherwise return false .

Since

1.3.4

See also