runInBackground property

bool? runInBackground
getter/setter pair

This flag allows an action to continue running in the background while executing subsequent actions.

This is useful to provide services to other actions (or to provide debugging support tools like SSH servers).

Implementation

core.bool? runInBackground;