class Google::Cloud::Bigquery::Table::AsyncInserter

def stopped?

Returns:
  • (boolean) - `true` when stopped, `false` otherwise.
def stopped?
  synchronize { @stopped }
end