nvflare.app_opt.xgboost.histogram_based_v2.runners.xgb_server_runner module¶
- class XGBServerRunner[source]¶
Bases:
AppRunner
- is_stopped() -> (<class 'bool'>, <class 'int'>)[source]¶
Called to check whether the runner is already stopped.
Returns: whether the runner is stopped. If stopped, the exit code.