background property
This flag allows a Runnable to continue running in the background while the Task executes subsequent Runnables.
This is useful to provide services to other Runnables (or to provide debugging support tools like SSH servers).
Implementation
core.bool? background;