getLastRunEndState abstract method
Get the exit status (crash or clean exit) of the last time the application was run.
Implementation
Future<LastRunEndState> getLastRunEndState();
Get the exit status (crash or clean exit) of the last time the application was run.
Future<LastRunEndState> getLastRunEndState();