The Job defines the job parameters. The Job object can be instantiated in the scripting environment. A list of jobs can be retrieved by calling ControlCentre.jobs( environment ). A new job may be added by the following ( Note only ControlCentre modifies the database )
More...
#include <scriptojbects.h>
The Job defines the job parameters. The Job object can be instantiated in the scripting environment. A list of jobs can be retrieved by calling ControlCentre.jobs( environment ). A new job may be added by the following ( Note only ControlCentre modifies the database )
var job =
new Job(env.name,
"NewJob");
Job::Job |
( |
const String & |
envName, |
|
|
const String & |
name, |
|
|
QObject * |
|
|
) |
| |
String Job::atdName |
( |
| ) |
const |
bool Job::automaticApprovalPolicy |
( |
| ) |
const |
String Job::envName |
( |
| ) |
const |
bool Job::inProduction |
( |
| ) |
const |
String Job::name |
( |
| ) |
const |
int Job::priority |
( |
| ) |
const |
void Job::setAtdName |
( |
const String & |
name | ) |
|
void Job::setAutomaticApprovalPolicy |
( |
bool |
| ) |
|
void Job::setInProduction |
( |
bool |
| ) |
|
void Job::setPriority |
( |
int |
| ) |
|
void Job::setTdName |
( |
const String & |
name | ) |
|
String Job::tdName |
( |
| ) |
const |
bool Job::_automaticApprovalPolicy |
|
private |
bool Job::automaticApprovalPolicy |
|
readwriteprivate |
The documentation for this class was generated from the following file: