ScheduledThreadPoolExecutor.getExecuteExistingDelayedTasksAfterShutdownPolicy

Gets the policy on whether to execute existing delayed tasks even when this executor has been {@code shutdown}. In this case, these tasks will only terminate upon {@code shutdownNow}, or after setting the policy to {@code false} when already shutdown. This value is by default {@code true}.

@return {@code true} if will execute after shutdown @see #setExecuteExistingDelayedTasksAfterShutdownPolicy

class ScheduledThreadPoolExecutor
bool
getExecuteExistingDelayedTasksAfterShutdownPolicy
()

Meta