Package | lc.procmgmt |
Class | public class ProcessConstants |
Inheritance | ProcessConstants Object |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, 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.
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 this object, formatted according to locale-specific conventions. | Object | ||
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
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
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
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has completed.
STATUS_COMPLETING | Constant |
public static const STATUS_COMPLETING:Number = 3
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to complete.
STATUS_INITIATED | Constant |
public static const STATUS_INITIATED:Number = 0
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has been initiated.
STATUS_RUNNING | Constant |
public static const STATUS_RUNNING:Number = 1
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is currently running.
STATUS_SUSPENDED | Constant |
public static const STATUS_SUSPENDED:Number = 6
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has been suspended.
STATUS_SUSPENDING | Constant |
public static const STATUS_SUSPENDING:Number = 7
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be suspended.
STATUS_TERMINATED | Constant |
public static const STATUS_TERMINATED:Number = 4
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, 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 | Constant |
public static const STATUS_TERMINATING:Number = 5
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be terminated.
STATUS_UNSUSPENDING | Constant |
public static const STATUS_UNSUSPENDING:Number = 8
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be unsuspended.
Wed Nov 21 2018, 06:34 AM -08:00