From 574b14d1c3793973d7c0a08afb58d2855157634f Mon Sep 17 00:00:00 2001 From: Sebastian Valle Date: Fri, 15 Dec 2017 19:22:14 -0500 Subject: [PATCH] Created Lifetime of an LLE library applet (markdown) --- Lifetime-of-an-LLE-library-applet.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Lifetime-of-an-LLE-library-applet.md 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