Paket | lc.procmgmt |
Sınıf | public class ProcessConstants |
Miras Alma | ProcessConstants Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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.
Yöntem | Tanımlayan: | ||
---|---|---|---|
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
[statik]
Returns a localized string corresponding to the passed process status. | ProcessConstants | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Sabit | Tanımlayan: | ||
---|---|---|---|
STATUS_COMPLETED : Number = 2 [statik]
A special value that specifies the process instance has completed. | ProcessConstants | ||
STATUS_COMPLETING : Number = 3 [statik]
A special value that specifies the process instance is about to complete. | ProcessConstants | ||
STATUS_INITIATED : Number = 0 [statik]
A special value that specifies the process instance has been initiated. | ProcessConstants | ||
STATUS_RUNNING : Number = 1 [statik]
A special value that specifies the process instance is currently running. | ProcessConstants | ||
STATUS_SUSPENDED : Number = 6 [statik]
A special value that specifies the process instance has been suspended. | ProcessConstants | ||
STATUS_SUSPENDING : Number = 7 [statik]
A special value that specifies the process instance is about to be suspended. | ProcessConstants | ||
STATUS_TERMINATED : Number = 4 [statik]
A special value that specifies the process instance was terminated before all operations in the process were completed. | ProcessConstants | ||
STATUS_TERMINATING : Number = 5 [statik]
A special value that specifies the process instance is about to be terminated. | ProcessConstants | ||
STATUS_UNSUSPENDING : Number = 8 [statik]
A special value that specifies the process instance is about to be unsuspended. | ProcessConstants |
statusValue | () | yöntem |
public static function statusValue(status:Number):String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a localized string corresponding to the passed process status.
Parametreler
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 | Sabit |
public static const STATUS_COMPLETED:Number = 2
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has completed.
STATUS_COMPLETING | Sabit |
public static const STATUS_COMPLETING:Number = 3
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to complete.
STATUS_INITIATED | Sabit |
public static const STATUS_INITIATED:Number = 0
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has been initiated.
STATUS_RUNNING | Sabit |
public static const STATUS_RUNNING:Number = 1
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is currently running.
STATUS_SUSPENDED | Sabit |
public static const STATUS_SUSPENDED:Number = 6
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has been suspended.
STATUS_SUSPENDING | Sabit |
public static const STATUS_SUSPENDING:Number = 7
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be suspended.
STATUS_TERMINATED | Sabit |
public static const STATUS_TERMINATED:Number = 4
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const STATUS_TERMINATING:Number = 5
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be terminated.
STATUS_UNSUSPENDING | Sabit |
public static const STATUS_UNSUSPENDING:Number = 8
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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, 01:09 PM Z