[ Version ( since = "0.8" ) ]
public bool is_paused (string miner, out string[] applications, out string[] reasons)
This function either returns false if the miner is not paused, or returns
true and fills in applications
and reasons
with the pause reasons and the applications that asked for
it.
Both arrays will have the same lengh, and will be sorted so the application/pause reason pairs have the same index.
this | |
miner |
miner reference |
applications |
return location for application names. |
reasons |
return location for pause reasons. |
true if |