Pacote | lc.procmgmt |
Classe | public class ProcessConstants |
Herança | ProcessConstants Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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.
Método | Definido por | ||
---|---|---|---|
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
[estático]
Returns a localized string corresponding to the passed process status. | ProcessConstants | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
STATUS_COMPLETED : Number = 2 [estático]
A special value that specifies the process instance has completed. | ProcessConstants | ||
STATUS_COMPLETING : Number = 3 [estático]
A special value that specifies the process instance is about to complete. | ProcessConstants | ||
STATUS_INITIATED : Number = 0 [estático]
A special value that specifies the process instance has been initiated. | ProcessConstants | ||
STATUS_RUNNING : Number = 1 [estático]
A special value that specifies the process instance is currently running. | ProcessConstants | ||
STATUS_SUSPENDED : Number = 6 [estático]
A special value that specifies the process instance has been suspended. | ProcessConstants | ||
STATUS_SUSPENDING : Number = 7 [estático]
A special value that specifies the process instance is about to be suspended. | ProcessConstants | ||
STATUS_TERMINATED : Number = 4 [estático]
A special value that specifies the process instance was terminated before all operations in the process were completed. | ProcessConstants | ||
STATUS_TERMINATING : Number = 5 [estático]
A special value that specifies the process instance is about to be terminated. | ProcessConstants | ||
STATUS_UNSUSPENDING : Number = 8 [estático]
A special value that specifies the process instance is about to be unsuspended. | ProcessConstants |
statusValue | () | método |
public static function statusValue(status:Number):String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a localized string corresponding to the passed process status.
Parâmetros
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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | 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:10 AM Z