Time
![block](../pictures/blocks/time/time1.png)
Interrupt program code
With this block you can interrupt your program code for a certain time. During this time the microcontroller pauses and no actions are executed. The time is given in milliseconds (1 second = 1000 milliseconds).![block](../pictures/blocks/time/time2.png)
This block has the same function as the previous block, but a time in microseconds is given here.
![block](../pictures/blocks/time/time3.png)
Already elapsed time
This block gives you the time your program code is already running. The runtime is given in milliseconds.![block](../pictures/blocks/time/time4.png)
This block also tells you the runtime since the start of your program, but this time in microseconds.
![block](../pictures/blocks/time/time5.png)
wait forever
With this block you can simply let your program finish.![block](../pictures/blocks/time/time6.png)