| パッケージ | lc.procmgmt |
| クラス | public class ProcessConstants |
| 継承 | ProcessConstants Object |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The ProcessConstants class holds constants for the
Process class's status property.
It also provides static helper methods to convert
numeric constants into localized strings.
| メソッド | 定義元 | ||
|---|---|---|---|
![]() |
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
![]() |
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
![]() |
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
![]() |
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
[静的]
Returns a localized string corresponding to the passed process status. | ProcessConstants | ||
![]() |
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのプリミティブな値を返します。 | Object | |
| 定数 | 定義元 | ||
|---|---|---|---|
| STATUS_COMPLETED : Number = 2 [静的]
A special value that specifies the process instance has completed. | ProcessConstants | ||
| STATUS_COMPLETING : Number = 3 [静的]
A special value that specifies the process instance is about to complete. | ProcessConstants | ||
| STATUS_INITIATED : Number = 0 [静的]
A special value that specifies the process instance has been initiated. | ProcessConstants | ||
| STATUS_RUNNING : Number = 1 [静的]
A special value that specifies the process instance is currently running. | ProcessConstants | ||
| STATUS_SUSPENDED : Number = 6 [静的]
A special value that specifies the process instance has been suspended. | ProcessConstants | ||
| STATUS_SUSPENDING : Number = 7 [静的]
A special value that specifies the process instance is about to be suspended. | ProcessConstants | ||
| STATUS_TERMINATED : Number = 4 [静的]
A special value that specifies the process instance was terminated before all operations in the process were completed. | ProcessConstants | ||
| STATUS_TERMINATING : Number = 5 [静的]
A special value that specifies the process instance is about to be terminated. | ProcessConstants | ||
| STATUS_UNSUSPENDING : Number = 8 [静的]
A special value that specifies the process instance is about to be unsuspended. | ProcessConstants | ||
statusValue | () | メソッド |
public static function statusValue(status:Number):String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a localized string corresponding to the passed process status.
パラメーター
status:Number — Specifies the assignment status. It must be one of the constants prefixed with
STATUS such as STATUS_COMPLETED.
|
String — A localized string corresponding to specified assignment status.
|
STATUS_COMPLETED | 定数 |
public static const STATUS_COMPLETED:Number = 2| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has completed.
STATUS_COMPLETING | 定数 |
public static const STATUS_COMPLETING:Number = 3| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to complete.
STATUS_INITIATED | 定数 |
public static const STATUS_INITIATED:Number = 0| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has been initiated.
STATUS_RUNNING | 定数 |
public static const STATUS_RUNNING:Number = 1| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is currently running.
STATUS_SUSPENDED | 定数 |
public static const STATUS_SUSPENDED:Number = 6| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has been suspended.
STATUS_SUSPENDING | 定数 |
public static const STATUS_SUSPENDING:Number = 7| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be suspended.
STATUS_TERMINATED | 定数 |
public static const STATUS_TERMINATED:Number = 4| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance was terminated before all operations in the process were completed.
STATUS_TERMINATING | 定数 |
public static const STATUS_TERMINATING:Number = 5| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be terminated.
STATUS_UNSUSPENDING | 定数 |
public static const STATUS_UNSUSPENDING:Number = 8| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be unsuspended.
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示