>>487
ありがとうございます
下記のタスクを以下の条件で試しましたが、よくわからない事象が発生しています。

テストのためポップアップにしています
1分00秒にアプリ起動、1分20秒にアプリ終了、1分40秒にアプリ起動、2分00秒にアプリ終了

発生事象
1、1分40秒でアプリ起動のポップアップが表示されない
2、2分35にアプリ起動のポップアップ表示

アプリ起動時タスク
起動時タスク (12)
A1: Variable Set [ Name:%CalendarCnt To:%CalendarCnt+1 Do Maths:On Append:Off ]
A2: Popup [ Title:%CalendarCnt Text:起動 Background Image: Layout:Popup Timeout (Seconds):5 Show Over Keyguard:On ]


アプリ終了時タスク
終了時タスク (14)
A1: Wait [ MS:0 Seconds:0 Minutes:1 Hours:0 Days:0 ]
A2: Variable Set [ Name:%CalendarCnt To:%CalendarCnt-1 Do Maths:On Append:Off ]
A3: Popup [ Title:%CalendarCnt Text:途中 Background Image: Layout:Popup Timeout (Seconds):5 Show Over Keyguard:On ]
A4: If [ %CalendarCnt eq 0 ]
A5: Variable Clear [ Name:%CalendarCnt Pattern Matching:Off ]
A6: Wait [ MS:0 Seconds:10 Minutes:0 Hours:0 Days:0 ]
A7: Popup [ Title:%CalendarCnt Text:終了 Background Image: Layout:Popup Timeout (Seconds):5 Show Over Keyguard:On ]
A8: End If

>>486
>>489
ありがとうございます
調べたのですが、同一のタスクが2回呼ばれたらタスクを終了するのでしょうか?