Move forever and runinbackground after onstart (#555)

This commit is contained in:
Richard Knoll
2017-10-24 13:10:54 -07:00
committed by GitHub
parent 3ec0534064
commit b67ff733ab
3 changed files with 11 additions and 11 deletions

View File

@ -217,7 +217,7 @@ namespace control {
/**
* Schedules code that run in the background.
*/
//% help=control/in-background blockAllowMultiple=1
//% help=control/in-background blockAllowMultiple=1 afterOnStart=true
//% blockId="control_in_background" block="run in background" blockGap=8
void inBackground(Action a) {
runInBackground(a);