shutdownReason property
The shutdown reason. Possible string values are:
- "SHUTDOWN_REASON_UNSPECIFIED" : Shutdown reason is not specified.
- "USER_REQUEST" : User initiated.
- "SYSTEM_UPDATE" : System update initiated.
- "LOW_BATTERY" : Shutdown due to low battery.
- "OTHER" : Shutdown due to other reasons.
Implementation
core.String? shutdownReason;