~aleteoryx/muditaos

ref: 10553e0567fa07c824079ab0e1aec32c96e17075 muditaos/module-services/service-appmgr/doc/appmgr_switch_back.pu -rw-r--r-- 340 bytes
10553e05 — Mateusz Piesta [MOS-939] Apply target update scripts 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@startuml
skinparam BackgroundColor F0F0F0
participant "Application" as app
participant "Application Manager" as appmgr
participant "Previous Application" as prev

app -> appmgr: SwitchBack

alt Application is closeable
    appmgr -> app: Close
else
    appmgr -> app: Focus lost
end

app -> appmgr: Confirm

appmgr -> prev: Start

@enduml