isShuttingDown function

bool isShuttingDown()

Check if graceful shutdown is in progress.

Implementation

bool isShuttingDown() => _shutdownInProgress;