| Package | lc |
| Class | public class ProcessConstants |
| Inheritance | ProcessConstants Object |
ProcessConstants class holds constants for the
Process class's status property.
It also provides static helper methods to convert
numeric constants into localized strings.
| Method | Defined By | ||
|---|---|---|---|
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
|
[static]
Returns a localized string corresponding to the passed process status.
| ProcessConstants | ||
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| Constant | Defined By | ||
|---|---|---|---|
| STATUS_COMPLETED : Number = 2 [static]
A special value that specifies the process instance has completed.
| ProcessConstants | ||
| STATUS_COMPLETING : Number = 3 [static]
A special value that specifies the process instance is about to complete.
| ProcessConstants | ||
| STATUS_INITIATED : Number = 0 [static]
A special value that specifies the process instance has been initiated.
| ProcessConstants | ||
| STATUS_RUNNING : Number = 1 [static]
A special value that specifies the process instance is currently running.
| ProcessConstants | ||
| STATUS_SUSPENDED : Number = 6 [static]
A special value that specifies the process instance has been suspended.
| ProcessConstants | ||
| STATUS_SUSPENDING : Number = 7 [static]
A special value that specifies the process instance is about to be suspended.
| ProcessConstants | ||
| STATUS_TERMINATED : Number = 4 [static]
A special value that specifies the process instance was terminated before all operations in the process were completed.
| ProcessConstants | ||
| STATUS_TERMINATING : Number = 5 [static]
A special value that specifies the process instance is about to be terminated.
| ProcessConstants | ||
| STATUS_UNSUSPENDING : Number = 8 [static]
A special value that specifies the process instance is about to be unsuspended.
| ProcessConstants | ||
| statusValue | () | method |
public static function statusValue(status:Number):String
Returns a localized string corresponding to the passed process status.
Parameters
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 | Constant |
public static const STATUS_COMPLETED:Number = 2
A special value that specifies the process instance has completed.
| STATUS_COMPLETING | Constant |
public static const STATUS_COMPLETING:Number = 3
A special value that specifies the process instance is about to complete.
| STATUS_INITIATED | Constant |
public static const STATUS_INITIATED:Number = 0
A special value that specifies the process instance has been initiated.
| STATUS_RUNNING | Constant |
public static const STATUS_RUNNING:Number = 1
A special value that specifies the process instance is currently running.
| STATUS_SUSPENDED | Constant |
public static const STATUS_SUSPENDED:Number = 6
A special value that specifies the process instance has been suspended.
| STATUS_SUSPENDING | Constant |
public static const STATUS_SUSPENDING:Number = 7
A special value that specifies the process instance is about to be suspended.
| STATUS_TERMINATED | Constant |
public static const STATUS_TERMINATED:Number = 4
A special value that specifies the process instance was terminated before all operations in the process were completed.
| STATUS_TERMINATING | Constant |
public static const STATUS_TERMINATING:Number = 5
A special value that specifies the process instance is about to be terminated.
| STATUS_UNSUSPENDING | Constant |
public static const STATUS_UNSUSPENDING:Number = 8
A special value that specifies the process instance is about to be unsuspended.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/ProcessConstants.html