AutoStopConfig

The configuration for an application to automatically stop after a certain amount of time being idle.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enables the application to automatically stop after a certain amount of time being idle. Defaults to true.

Link copied to clipboard

The amount of idle time in minutes after which your application will automatically stop. Defaults to 15 minutes.

Functions

Link copied to clipboard
inline fun copy(block: AutoStopConfig.Builder.() -> Unit = {}): AutoStopConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String