running property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? running
getter/setter pair

Indicates whether the Compute Engine instance is running.

Deprecated: use the status field instead.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? running;