ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.rpc.livecycle 

JobStatus  - AS3 ADEP Data Services

Packagemx.rpc.livecycle
Classpublic class JobStatus
InheritanceJobStatus Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

The JobStatus class is the ActionScript representation of a LiveCycle JobStatus object. Use toString() to get a displayed status string. This class maps directly to the LiveCycle JobStatus class on the Java side.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  statusCode : int
The int representation of the job status - either JOB_STATUS_UNKNOWN, JOB_STATUS_QUEUED, JOB_STATUS_IN_PROGRESS, JOB_STATUS_COMPLETED, JOB_STATUS_FAILED, or JOB_STATUS_RUNNING.
JobStatus
Public Methods
 MethodDefined By
  
Constructor.
JobStatus
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
  
Returns the job status as a String
JobStatus
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  JOB_STATUS_COMPLETED : uint = 3
[static] Job Status: Complete
JobStatus
  JOB_STATUS_FAILED : uint = 4
[static] Job Status: Failed
JobStatus
  JOB_STATUS_IN_PROGRESS : uint = 2
[static] Job Status: In Progress
JobStatus
  JOB_STATUS_QUEUED : uint = 1
[static] Job Status: Queued
JobStatus
  JOB_STATUS_RUNNING : uint = 5
[static] Job Status: Running
JobStatus
  JOB_STATUS_UNKNOWN : uint = 0
[static] Job Status: Unknown
JobStatus
Property Detail

statusCode

property
public var statusCode:int

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

The int representation of the job status - either JOB_STATUS_UNKNOWN, JOB_STATUS_QUEUED, JOB_STATUS_IN_PROGRESS, JOB_STATUS_COMPLETED, JOB_STATUS_FAILED, or JOB_STATUS_RUNNING.

Constructor Detail

JobStatus

()Constructor
public function JobStatus()

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Constructor.

Method Detail

toString

()method
public function toString():String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Returns the job status as a String

Returns
String
Constant Detail

JOB_STATUS_COMPLETED

Constant
public static const JOB_STATUS_COMPLETED:uint = 3

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Job Status: Complete

JOB_STATUS_FAILED

Constant 
public static const JOB_STATUS_FAILED:uint = 4

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Job Status: Failed

JOB_STATUS_IN_PROGRESS

Constant 
public static const JOB_STATUS_IN_PROGRESS:uint = 2

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Job Status: In Progress

JOB_STATUS_QUEUED

Constant 
public static const JOB_STATUS_QUEUED:uint = 1

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Job Status: Queued

JOB_STATUS_RUNNING

Constant 
public static const JOB_STATUS_RUNNING:uint = 5

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Job Status: Running

JOB_STATUS_UNKNOWN

Constant 
public static const JOB_STATUS_UNKNOWN:uint = 0

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Job Status: Unknown