| Pakiet | lc.procmgmt |
| Klasa | public class ProcessConstants |
| Dziedziczenie | ProcessConstants Object |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | 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.
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
[statyczny]
Returns a localized string corresponding to the passed process status. | ProcessConstants | ||
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | Object | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object | |
| Stała | Zdefiniowane przez | ||
|---|---|---|---|
| STATUS_COMPLETED : Number = 2 [statyczny]
A special value that specifies the process instance has completed. | ProcessConstants | ||
| STATUS_COMPLETING : Number = 3 [statyczny]
A special value that specifies the process instance is about to complete. | ProcessConstants | ||
| STATUS_INITIATED : Number = 0 [statyczny]
A special value that specifies the process instance has been initiated. | ProcessConstants | ||
| STATUS_RUNNING : Number = 1 [statyczny]
A special value that specifies the process instance is currently running. | ProcessConstants | ||
| STATUS_SUSPENDED : Number = 6 [statyczny]
A special value that specifies the process instance has been suspended. | ProcessConstants | ||
| STATUS_SUSPENDING : Number = 7 [statyczny]
A special value that specifies the process instance is about to be suspended. | ProcessConstants | ||
| STATUS_TERMINATED : Number = 4 [statyczny]
A special value that specifies the process instance was terminated before all operations in the process were completed. | ProcessConstants | ||
| STATUS_TERMINATING : Number = 5 [statyczny]
A special value that specifies the process instance is about to be terminated. | ProcessConstants | ||
| STATUS_UNSUSPENDING : Number = 8 [statyczny]
A special value that specifies the process instance is about to be unsuspended. | ProcessConstants | ||
statusValue | () | metoda |
public static function statusValue(status:Number):String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a localized string corresponding to the passed process status.
Parametry
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 | Stała |
public static const STATUS_COMPLETED:Number = 2| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has completed.
STATUS_COMPLETING | Stała |
public static const STATUS_COMPLETING:Number = 3| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to complete.
STATUS_INITIATED | Stała |
public static const STATUS_INITIATED:Number = 0| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has been initiated.
STATUS_RUNNING | Stała |
public static const STATUS_RUNNING:Number = 1| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is currently running.
STATUS_SUSPENDED | Stała |
public static const STATUS_SUSPENDED:Number = 6| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has been suspended.
STATUS_SUSPENDING | Stała |
public static const STATUS_SUSPENDING:Number = 7| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be suspended.
STATUS_TERMINATED | Stała |
public static const STATUS_TERMINATED:Number = 4| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | 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 | Stała |
public static const STATUS_TERMINATING:Number = 5| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be terminated.
STATUS_UNSUSPENDING | Stała |
public static const STATUS_UNSUSPENDING:Number = 8| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | 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, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne