Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Gets the policy on whether to execute existing delayed
tasks even when this executor has been shutdown.
In this case, these tasks will only terminate upon
shutdownNow, or after setting the policy to
false when already shutdown.
This value is by default true.
Set method documentation [Android Documentation]
Sets the policy on whether to execute existing delayed
tasks even when this executor has been shutdown.
In this case, these tasks will only terminate upon
shutdownNow, or after setting the policy to
false when already shutdown.
This value is by default true.