BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
mx.rpc.livecycle 

JobStatus  - AS3 LiveCycle Data Services

(Preview)
Packagemx.rpc.livecycle
Classpublic class JobStatus
InheritanceJobStatus Inheritance Object

Language Version: ActionScript 3.0
Product Version: LiveCycle 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
  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
  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
Property Detail
Constructor Detail
Method Detail