isInteractive method

bool isInteractive()

Implementation

bool isInteractive() {
  return stdin.hasTerminal;
}