Last Run Info
class LastRunInfo(val consecutiveLaunchCrashes: Int, val crashed: Boolean, val crashedDuringLaunch: Boolean)
Provides information about the last launch of the application, if there was one.
Provides information about the last launch of the application, if there was one.