Threaded::isTerminatedState Detection 説明
public bool Threaded::isTerminated()
Tell if the referenced object was terminated during execution; suffered fatal errors, or threw uncaught exceptions パラメータこの関数にはパラメータはありません。 戻り値A boolean indication of state 例
例1 Detect the state of the referenced object
上の例の出力は以下となります。 bool(true) |