Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
mx.rpc.livecycle 
JobStatus 
Packagemx.rpc.livecycle
Classpublic class JobStatus
InheritanceJobStatus Inheritance Object

Language Version: ActionScript 3.0
Product Version: LiveCycle Data Services 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
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
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
Property Detail

JOB_STATUS_COMPLETED

property
public static var JOB_STATUS_COMPLETED:uint = 3

Language Version: ActionScript 3.0
Product Version: LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

Job Status: Complete

JOB_STATUS_FAILED

property 
public static var JOB_STATUS_FAILED:uint = 4

Language Version: ActionScript 3.0
Product Version: LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

Job Status: Failed

JOB_STATUS_IN_PROGRESS

property 
public static var JOB_STATUS_IN_PROGRESS:uint = 2

Language Version: ActionScript 3.0
Product Version: LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

Job Status: In Progress

JOB_STATUS_QUEUED

property 
public static var JOB_STATUS_QUEUED:uint = 1

Language Version: ActionScript 3.0
Product Version: LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

Job Status: Queued

JOB_STATUS_RUNNING

property 
public static var JOB_STATUS_RUNNING:uint = 5

Language Version: ActionScript 3.0
Product Version: LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

Job Status: Running

JOB_STATUS_UNKNOWN

property 
public static var JOB_STATUS_UNKNOWN:uint = 0

Language Version: ActionScript 3.0
Product Version: LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

Job Status: Unknown

statusCode

property 
public var statusCode:int

Language Version: ActionScript 3.0
Product Version: LiveCycle Data Services 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: LiveCycle Data Services 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: LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

Returns the job status as a String

Returns
String