This table may help you a bit
Asynchronous | Synchronous (current) | |
---|---|---|
Execution Speed | ![]() |
![]() |
Execution Time | ![]() |
![]() |
Execution Method | ![]() other blocks will be executed before previous has task completed. |
![]() other blocks will be executed after previous task has completed. |
What happens when executing Create block |
![]() |
![]() |
What happens when executing SetProperty block |
![]() |
![]() |
How to learn if the component is created without an event? | ![]() |
![]() |
How to learn if the component is created with an event? | ![]() |
![]() |