isRunning method
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);
Whether the named provider runtime exists (a session record is held). Does not by itself prove the agent process is alive — use processAlive.
@override
bool isRunning(String name) => _live.contains(name);