Pakket | mx.rpc.livecycle |
Klasse | public class JobStatus |
Overerving | JobStatus Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | 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.
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | JobStatus | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Returns the job status as a String
| JobStatus | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
JOB_STATUS_COMPLETED : uint = 3 [statisch]
Job Status: Complete
| JobStatus | ||
JOB_STATUS_FAILED : uint = 4 [statisch]
Job Status: Failed
| JobStatus | ||
JOB_STATUS_IN_PROGRESS : uint = 2 [statisch]
Job Status: In Progress
| JobStatus | ||
JOB_STATUS_QUEUED : uint = 1 [statisch]
Job Status: Queued
| JobStatus | ||
JOB_STATUS_RUNNING : uint = 5 [statisch]
Job Status: Running
| JobStatus | ||
JOB_STATUS_UNKNOWN : uint = 0 [statisch]
Job Status: Unknown
| JobStatus |
Eigenschapdetails
statusCode | eigenschap |
public var statusCode:int
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | 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
.
Constructordetails
JobStatus | () | Constructor |
public function JobStatus()
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Methodedetails
toString | () | methode |
Constantedetails
JOB_STATUS_COMPLETED | Constante |
public static const JOB_STATUS_COMPLETED:uint = 3
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Job Status: Complete
JOB_STATUS_FAILED | Constante |
public static const JOB_STATUS_FAILED:uint = 4
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Job Status: Failed
JOB_STATUS_IN_PROGRESS | Constante |
public static const JOB_STATUS_IN_PROGRESS:uint = 2
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Job Status: In Progress
JOB_STATUS_QUEUED | Constante |
public static const JOB_STATUS_QUEUED:uint = 1
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Job Status: Queued
JOB_STATUS_RUNNING | Constante |
public static const JOB_STATUS_RUNNING:uint = 5
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Job Status: Running
JOB_STATUS_UNKNOWN | Constante |
public static const JOB_STATUS_UNKNOWN:uint = 0
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Job Status: Unknown
Wed Jun 13 2018, 11:42 AM Z