Worker::isShutdownState Detection 説明
public bool Worker::isShutdown()
Whether the worker has been shutdown or not. パラメータこの関数にはパラメータはありません。 戻り値Returns whether the worker has been shutdown or not. 例
例1 Detect the state of a worker
上の例の出力は以下となります。 bool(false) bool(true) |