ADC Home > Reference Library > Documentation > Performance > Xgrid Foundation Reference
|
isDefault |
Returns YES if the receiver is the default grid.
- (BOOL)isDefault;
jobForIdentifier: |
Returns the job with the specified identifier, or nil if the controller does not manage the job with the specified identifier.
- (XGJob *)jobForIdentifier:(NSString *)identifier;
identifier
- The identifier of the job.
jobs |
Returns an array of the jobs associated with the receiver.
- (NSArray *)jobs;
(Last Updated April 21, 2005)