Next:
rtIsTimeOut
Up:
リファレンスマニュアル
Previous:
rtIsRehearsal
rtIsRunning
【目的】
rtIsRunning - オンラインタスクの処理中の判定
【形式】
i = rtIsRunning() Integer i;
【詳細】
rtIsRunning()は,オンラインタスクの処理中なら 1 を,そうで なければ,0 を返す。
【例題】
if (rtIsRunning()) { print "Now, in the on_task()¥n"; }
【参照】
rtIsOnLine(
2.191
), rtIsRehearsal(
2.192
)
Masanobu KOGA 平成11年10月2日