| Pakket | lc.procmgmt |
| Klasse | public class ProcessConstants |
| Overerving | ProcessConstants Object |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | 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 | Gedefinieerd door | ||
|---|---|---|---|
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
[statisch]
Returns a localized string corresponding to the passed process status. | ProcessConstants | ||
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() |
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object | |
| Constante | Gedefinieerd door | ||
|---|---|---|---|
| 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| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), 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 | Constante |
public static const STATUS_COMPLETED:Number = 2| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has completed.
STATUS_COMPLETING | Constante |
public static const STATUS_COMPLETING:Number = 3| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to complete.
STATUS_INITIATED | Constante |
public static const STATUS_INITIATED:Number = 0| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has been initiated.
STATUS_RUNNING | Constante |
public static const STATUS_RUNNING:Number = 1| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is currently running.
STATUS_SUSPENDED | Constante |
public static const STATUS_SUSPENDED:Number = 6| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has been suspended.
STATUS_SUSPENDING | Constante |
public static const STATUS_SUSPENDING:Number = 7| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be suspended.
STATUS_TERMINATED | Constante |
public static const STATUS_TERMINATED:Number = 4| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | 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 | Constante |
public static const STATUS_TERMINATING:Number = 5| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be terminated.
STATUS_UNSUSPENDING | Constante |
public static const STATUS_UNSUSPENDING:Number = 8| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be unsuspended.
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven