110. AT#M2MRUN=0,"app2.bin",0
NO RUN permission: if it exists, set "/mod/app2.bin" as
executable, delay set to 0. The RUN permission of all other
*.bin files are not changed
The immediate modes <mode>=3, <mode>=4 and <mode>=5 have
immediate effect. "in place" used hereafter means without reboot
needed;
<mode>=3 does not require any executable is running, having in
mind the aim of the command.
After exclusive load (<mode>= 5) the other executables than the
selected one, are immediately stopped with 0 delay, but their own
previous immediate delays are preserved.
111. AT#M2MRUN=3
in place stop of all apps in running with their last set
immediate delay.
In case of error the command will try in any case to stop as
many executables as possible
112. AT#M2MRUN=3,,20
in place stop of all apps after 20 seconds of delay
113. AT#M2MRUN=3,"app2.bin"
in place stop of app2.bin, after its own last volatile delay
114. AT#M2MRUN=3,"app2.bin",0
immediate stop of app2.bin
115. AT#M2MRUN=3,"app2.bin",10
in place stop of app2.bin after 10 seconds
116. AT#M2MRUN=4in place start of all apps if not already in
running. The current immediate delays are used. In case of