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

def started?

Returns:
  • (boolean) - `true` when started, `false` otherwise.
def started?
  !stopped?
end