The immediate modes <mode>=3, <mode>=4 and <mode>=5 have
immediate effect.
"in place" used hereafter means without reboot needed.
After exclusive load (<mode>= 5) the other executables than the
selected one, are immediately stopped with 0 delay, but their own
previous immediate delay are preserved.
* 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
* AT#M2MRUN=3,,20
in place stop of all apps after 20 seconds of delay
* AT#M2MRUN=3,"app2.bin"
in place stop of app2.bin, after its own last volatile delay
* AT#M2MRUN=3,"app2.bin",0
immediate stop of app2.bin
* AT#M2MRUN=3,"app2.bin",10
in place stop of app2.bin after 10 seconds
* AT#M2MRUN=4
in place start of all apps if not already in running.
The current immediate delays are used. In case of error, will try
to start in any case as many executables as possible
* AT#M2MRUN=4,,20
in place start of all apps if not already in running after 20 seconds
for all
* AT#M2MRUN=4,"app2.bin"
in place start of app2.bin if not already in running with the current
immediate delay
* AT#M2MRUN=4,"app2.bin",10
in place start of app2.bin if not already in running after10
seconds