Contents

anyOf(requirement:)

Creates a constraint that requires a running process’s executable to satisfy any of the provided constraints.

Declaration

func anyOf(@ProcessConstraintBuilder requirement: () -> [any ProcessConstraint]) -> any ProcessConstraint

See Also

Checking code requirements for running processes