function postMain(){
debugPrint("post main");
Alert.email("system going offline",true);
}
Should the above work on shutdown? It does not seem to do anything.
debugPrint("post main");
Alert.email("system going offline",true);
}
Should the above work on shutdown? It does not seem to do anything.
Comment