~aleteoryx/muditaos

ref: 57fd6f3c9e846cb3f277bbeb81afe9ec1000626e muditaos/module-gui/doc/how_app_start_work.puml -rw-r--r-- 602 bytes
57fd6f3c — Pawel Olejniczak [CP-1033] Add Outbox endpoint to service-desktop 4 years 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