Pacchetto | mx.rpc.livecycle |
Classe | public class JobStatus |
Ereditarietà | JobStatus Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | 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.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | JobStatus | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Returns the job status as a String
| JobStatus | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
JOB_STATUS_COMPLETED : uint = 3 [statico]
Job Status: Complete
| JobStatus | ||
JOB_STATUS_FAILED : uint = 4 [statico]
Job Status: Failed
| JobStatus | ||
JOB_STATUS_IN_PROGRESS : uint = 2 [statico]
Job Status: In Progress
| JobStatus | ||
JOB_STATUS_QUEUED : uint = 1 [statico]
Job Status: Queued
| JobStatus | ||
JOB_STATUS_RUNNING : uint = 5 [statico]
Job Status: Running
| JobStatus | ||
JOB_STATUS_UNKNOWN : uint = 0 [statico]
Job Status: Unknown
| JobStatus |
Descrizione delle proprietà
statusCode | proprietà |
public var statusCode:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | 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
.
Descrizione della funzione di costruzione
JobStatus | () | Funzione di costruzione |
public function JobStatus()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Descrizione dei metodi
toString | () | metodo |
Descrizione delle costanti
JOB_STATUS_COMPLETED | Costante |
public static const JOB_STATUS_COMPLETED:uint = 3
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Job Status: Complete
JOB_STATUS_FAILED | Costante |
public static const JOB_STATUS_FAILED:uint = 4
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Job Status: Failed
JOB_STATUS_IN_PROGRESS | Costante |
public static const JOB_STATUS_IN_PROGRESS:uint = 2
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Job Status: In Progress
JOB_STATUS_QUEUED | Costante |
public static const JOB_STATUS_QUEUED:uint = 1
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Job Status: Queued
JOB_STATUS_RUNNING | Costante |
public static const JOB_STATUS_RUNNING:uint = 5
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Job Status: Running
JOB_STATUS_UNKNOWN | Costante |
public static const JOB_STATUS_UNKNOWN:uint = 0
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Job Status: Unknown
Tue Jun 12 2018, 02:44 PM Z