set_online


Description:

public void set_online (bool online)

Sets the online state of this: true if this is online, FALSE if offline.

If the connectable property is non-null, the this will automatically determine whether the network service should be reachable, and hence whether the this is online. But subclasses may override the online state if, for example, a connection attempt fails.

Parameters:

this

an Backend

online

the online state