[ Version ( since = "0.12" ) ]
public bool get_status (string miner, out string status, out double progress, out int remaining_time)
Returns the current status, progress and remaining time for miner
.
remaining_time
will be 0 if not possible to compute it yet, and less than zero if it is not applicable.
this | |
miner |
miner reference |
status |
return location for status |
progress |
return location for progress |
remaining_time |
return location for remaining time |
true if the status could be retrieved successfully, otherwise false |