패키지 | lc.procmgmt |
클래스 | public class ProcessConstants |
상속 | ProcessConstants Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
메서드 | 정의 주체 | ||
---|---|---|---|
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
[정적]
Returns a localized string corresponding to the passed process status. | ProcessConstants | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object |
상수 | 정의 주체 | ||
---|---|---|---|
STATUS_COMPLETED : Number = 2 [정적]
A special value that specifies the process instance has completed. | ProcessConstants | ||
STATUS_COMPLETING : Number = 3 [정적]
A special value that specifies the process instance is about to complete. | ProcessConstants | ||
STATUS_INITIATED : Number = 0 [정적]
A special value that specifies the process instance has been initiated. | ProcessConstants | ||
STATUS_RUNNING : Number = 1 [정적]
A special value that specifies the process instance is currently running. | ProcessConstants | ||
STATUS_SUSPENDED : Number = 6 [정적]
A special value that specifies the process instance has been suspended. | ProcessConstants | ||
STATUS_SUSPENDING : Number = 7 [정적]
A special value that specifies the process instance is about to be suspended. | ProcessConstants | ||
STATUS_TERMINATED : Number = 4 [정적]
A special value that specifies the process instance was terminated before all operations in the process were completed. | ProcessConstants | ||
STATUS_TERMINATING : Number = 5 [정적]
A special value that specifies the process instance is about to be terminated. | ProcessConstants | ||
STATUS_UNSUSPENDING : Number = 8 [정적]
A special value that specifies the process instance is about to be unsuspended. | ProcessConstants |
statusValue | () | 메서드 |
public static function statusValue(status:Number):String
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a localized string corresponding to the passed process status.
매개 변수
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 | 상수 |
public static const STATUS_COMPLETED:Number = 2
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has completed.
STATUS_COMPLETING | 상수 |
public static const STATUS_COMPLETING:Number = 3
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to complete.
STATUS_INITIATED | 상수 |
public static const STATUS_INITIATED:Number = 0
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has been initiated.
STATUS_RUNNING | 상수 |
public static const STATUS_RUNNING:Number = 1
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is currently running.
STATUS_SUSPENDED | 상수 |
public static const STATUS_SUSPENDED:Number = 6
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance has been suspended.
STATUS_SUSPENDING | 상수 |
public static const STATUS_SUSPENDING:Number = 7
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be suspended.
STATUS_TERMINATED | 상수 |
public static const STATUS_TERMINATED:Number = 4
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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 | 상수 |
public static const STATUS_TERMINATING:Number = 5
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the process instance is about to be terminated.
STATUS_UNSUSPENDING | 상수 |
public static const STATUS_UNSUSPENDING:Number = 8
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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, 03:17 PM Z