$isRunning property

bool get $isRunning

Implementation

bool get $isRunning => (this as Node).$metadata["lifecycle.running"] ?? false;