| Paket | lc.procmgmt |
| Klasse | public class ProcessConstants |
| Vererbung | ProcessConstants Object |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | 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.
| Methode | Definiert von | ||
|---|---|---|---|
![]() |
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | |
![]() |
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | |
![]() |
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | |
![]() |
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | |
[statisch]
Returns a localized string corresponding to the passed process status. | ProcessConstants | ||
![]() |
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | |
![]() |
Gibt das angegebene Objekt als String zurück. | Object | |
![]() |
Gibt den Grundwert des angegebenen Objekts zurück. | Object | |
| Konstante | Definiert von | ||
|---|---|---|---|
| STATUS_COMPLETED : Number = 2 [statisch]
A special value that specifies the process instance has completed. | ProcessConstants | ||
| STATUS_COMPLETING : Number = 3 [statisch]
A special value that specifies the process instance is about to complete. | ProcessConstants | ||
| STATUS_INITIATED : Number = 0 [statisch]
A special value that specifies the process instance has been initiated. | ProcessConstants | ||
| STATUS_RUNNING : Number = 1 [statisch]
A special value that specifies the process instance is currently running. | ProcessConstants | ||
| STATUS_SUSPENDED : Number = 6 [statisch]
A special value that specifies the process instance has been suspended. | ProcessConstants | ||
| STATUS_SUSPENDING : Number = 7 [statisch]
A special value that specifies the process instance is about to be suspended. | ProcessConstants | ||
| STATUS_TERMINATED : Number = 4 [statisch]
A special value that specifies the process instance was terminated before all operations in the process were completed. | ProcessConstants | ||
| STATUS_TERMINATING : Number = 5 [statisch]
A special value that specifies the process instance is about to be terminated. | ProcessConstants | ||
| STATUS_UNSUSPENDING : Number = 8 [statisch]
A special value that specifies the process instance is about to be unsuspended. | ProcessConstants | ||
statusValue | () | Methode |
public static function statusValue(status:Number):String| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a localized string corresponding to the passed process status.
Parameter
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 | Konstante |
public static const STATUS_COMPLETED:Number = 2| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has completed.
STATUS_COMPLETING | Konstante |
public static const STATUS_COMPLETING:Number = 3| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to complete.
STATUS_INITIATED | Konstante |
public static const STATUS_INITIATED:Number = 0| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has been initiated.
STATUS_RUNNING | Konstante |
public static const STATUS_RUNNING:Number = 1| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is currently running.
STATUS_SUSPENDED | Konstante |
public static const STATUS_SUSPENDED:Number = 6| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has been suspended.
STATUS_SUSPENDING | Konstante |
public static const STATUS_SUSPENDING:Number = 7| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be suspended.
STATUS_TERMINATED | Konstante |
public static const STATUS_TERMINATED:Number = 4| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | 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 | Konstante |
public static const STATUS_TERMINATING:Number = 5| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be terminated.
STATUS_UNSUSPENDING | Konstante |
public static const STATUS_UNSUSPENDING:Number = 8| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | 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:04 AM Z
Vererbte öffentliche Eigenschaften ausblenden
Vererbte öffentliche Eigenschaften anzeigen