Pad.isBlocked

Checks if the pad is blocked or not. This function returns the last requested state of the pad. It is not certain that the pad is actually blocking at this point (see Pad.isBlocking).

class Pad
bool
isBlocked
()

Return Value

Type: bool

TRUE if the pad is blocked.

MT safe.