pp-tt-running?

Synopsis

(pp-tt-running? port-number)

Parameters

  • port-number

Description

This predicate returns #t if a testing thread is currently running for the specified switch port, otherwise #f is returned.

Side Effects

Return Value

#t or #f

Example

> (pp-tt-running? 0)
#f
>