ScheduledThreadPoolExecutor.getContinueExistingPeriodicTasksAfterShutdownPolicy

Gets the policy on whether to continue executing existing periodic tasks even when this executor has been {@code shutdown}. In this case, executions will continue until {@code shutdownNow} or the policy is set to {@code false} when already shutdown. This value is by default {@code false}.

@return {@code true} if will continue after shutdown @see #setContinueExistingPeriodicTasksAfterShutdownPolicy

class ScheduledThreadPoolExecutor
bool
getContinueExistingPeriodicTasksAfterShutdownPolicy
()

Meta