get_running


Description:

[ Version ( since = "0.8" ) ]
public SList<string>? get_running ()

Returns a list of references for all active miners.

Active miners are miners which are running within a process.

Parameters:

this

a trackerMinerManager

Returns:

a SList which must be freed with g_slist_free and all contained data with g_free. Otherwise null is returned if there are no miners.




2022 vala-language.org