包 | 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, 11:04 AM Z