sleep(withExpectedValues:expectedValueInterval:completionHandler:)

Declaration

func sleep(withExpectedValues expectedValues: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?, completionHandler: @escaping  @Sendable ((any Error)?) -> Void)
func sleep(withExpectedValues expectedValues: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?) async throws