shutdownTimeout

@DeprecatedValue(reason = "For removal, shutdown is always forced")
@ConfigurationValue(path = "jda.devtools.shutdownTimeout", type = "java.time.Duration", defaultValue = "10s")
val shutdownTimeout: Duration(source)

Deprecated

For removal, shutdown is always forced

Time to wait until JDA needs to be forcefully shut down, in other words, this is the allowed time for a graceful shutdown.