isRunning property

bool isRunning

Returns true if Computer turned on and false otherwise

Implementation

bool get isRunning => _computeDelegate.isRunning;