Package | mx.rpc.livecycle |
Class | public class JobStatus |
Inheritance | JobStatus Object |
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
toString()
to get a displayed status string.
This class maps directly to the LiveCycle JobStatus class on the Java side.
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : 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 | ||
prototype : 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
Method | Defined By | ||
---|---|---|---|
Constructor. | JobStatus | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the job status as a String
| JobStatus | ||
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
ReturnsString |
Fri Mar 19 2010, 02:45 AM -07:00