etc.negui.system.controller
abstract interface
IController
;
開始・終了・実行中。
abstract bool
start
();
実行。
abstract bool
stop
();
終了。
abstract const bool
isRunning
();
実行中か
class
Pause
;
ブロック内一時停止。
限定的な使用。
this(IController
Controller
);
一時停止を実行。
Params:
IController
Controller
一時停止させたいオブジェクト。