This version of Unity is unsupported.

Application.runInBackground

public static bool runInBackground;

Description

Should the player be running when the application is in the background?

Default is false (application pauses when it is in the background).

Note: This property is ignored on Android and iOS.

no example available in C#