diff --git a/Lifetime-of-an-LLE-library-applet.md b/Lifetime-of-an-LLE-library-applet.md new file mode 100644 index 0000000..10d06cc --- /dev/null +++ b/Lifetime-of-an-LLE-library-applet.md @@ -0,0 +1,4 @@ +Library applets are a kind of program that can run concurrently with the application, they are started via the APT service. There can only be one library applet running at any given time. + +Below is the startup and exit sequence of an LLE library applet. +![](https://user-images.githubusercontent.com/357072/34065069-698d8a14-e1cc-11e7-8b78-8add4ff01564.png) \ No newline at end of file