class TTY::Spinner

def paused?

Other tags:
    Api: - public

Returns:
  • (Boolean) -
def paused?
  !!(@thread && @thread['pause'])
end