isRunning method

  1. @override
bool isRunning(
  1. String name
)

Whether the named provider runtime exists (a session record is held). Does not by itself prove the agent process is alive — use processAlive.

Implementation

@override
bool isRunning(String name) => _live.contains(name);