上級デベロッパー試験 ステートアクティビティの実行順について

模擬問題でステートアクティビティの実行順序について教えてください。
アカデミーやStudioガイドを確認して、entry→trigger→exit→triggerの条件かと思って回答したら違いました。
正しい順序は何ですか?また正しい順序について掲載箇所がわかりましたらそちらも教えてください。

@11159

  1. Activity in entry section are performed
  2. Activity in exit section are performed
  3. Trigger condition are evaluated
  4. Activity in trigger action are performed
1 Like


The answer in the image is4 3 1 2?
Or 3 4 1 2 ?

@11159

I can’t understand the text. Can you please translate the above options and show it to me.

Trigger conditions are evaluated
The activity in the trigger action is executed
The activity of the entry section is performed
The activity of the Exit section is performed

@11159

The order will be like this.

  1. The activity of the entry section is performed
  2. The activity of the Exit section is performed
  3. Trigger conditions are evaluated
  4. The activity in the trigger action is executed
1 Like

これ、模擬試験で見て、調べても分からなくて自分でStudioで動かして調べました。
その時のメモ見たら
「Enrty → Condition → Exit → Activity 」って書いてました。あってるかな。合ってなかったらごめんなさい

自分で試してみると、覚えられて良いかもしれません。

2 Likes

@11159

If your query resolved then please close this thread by marking appropriate post as solution. So that it will help others who are facing similar issue.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.