~aleteoryx/muditaos

ref: 85bd21751e3cbfc24a68904fe55d1db36b0008cf muditaos/module-gui/doc/how_app_start_work.puml -rw-r--r-- 602 bytes
85bd2175 — Maciej Gibowicz [BH-2098] Add new table with custom quotes to the database 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@startuml
skinparam BackgroundColor F0F0F0

== ApplicationManager aplication start ==

APM -> Application: Message start
APM <- Application: Application started confirmation
APM -> Application: Init
APM <- Application: Initialized
APM -> Application: You have focus
APM -> EVM: Application NAME has focus
... ~~ Lots of action ~~ ...


== ApplicationManager aplication start ==

Application <- APM: EOL request

hnote over APM
    Get previous application or ignore
endhnote

== Service manager - power off ==

loop each application
SVM -> Application: EOL request
SVM <-- Application: OK
end

@enduml