| Package | jp.progression.commands |
| Class | public final class CommandInterruptType |
See also
| Constant | Defined by | ||
|---|---|---|---|
| ABORT : int = 1 [static]
コマンド中断時、その時点の状態で停止するように指定します。
| CommandInterruptType | ||
| RESTORE : int = 0 [static]
コマンド中断時、処理が実行される以前の状態に戻すように指定します。
| CommandInterruptType | ||
| SKIP : int = 2 [static]
コマンド中断時、処理が完了された状態と同様になるように指定します。
| CommandInterruptType | ||
| ABORT | constant |
public static const ABORT:int = 1コマンド中断時、その時点の状態で停止するように指定します。
| RESTORE | constant |
public static const RESTORE:int = 0コマンド中断時、処理が実行される以前の状態に戻すように指定します。
| SKIP | constant |
public static const SKIP:int = 2コマンド中断時、処理が完了された状態と同様になるように指定します。