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 ProcessConstraintCreates a constraint that requires a running process’s executable to satisfy any of the provided constraints.
func anyOf(@ProcessConstraintBuilder requirement: () -> [any ProcessConstraint]) -> any ProcessConstraint