Class TJob
Unit
idCatalog
Declaration
type TJob = class(TBaseCatalogObject)
Description
TJob
Hierarchy
Overview
Fields
Methods
Properties
 |
property DataBlock: TMemoryStream read FDataBlock write FDataBlock; |
 |
property UserGUID: String read FUserGUID write FUserGUID; |
 |
property ComputerGUID: String read FComputerGUID write FComputerGUID; |
 |
property GroupGUID: String read FGroupGUID write FGroupGUID; |
 |
property Enabled: Boolean read FEnabled write FEnabled; |
 |
property Command: WideString read FCommand write FCommand; |
 |
property Priority: TJobPriority read FPriority write FPriority; |
 |
property ScheduledStamp: TDateTime read FScheduledStamp write FScheduledStamp; |
 |
property StartStamp: TDateTime read FStartStamp write FStartStamp; |
 |
property FinishStamp: TDateTime read FFinishStamp write FFinishStamp; |
 |
property RepeatFrequency: Integer read FRepeatFrequency write FRepeatFrequency; |
 |
property RepeatTimeFrame: TJobRepeatTimeFrame read FRepeatTimeFrame write FRepeatTimeFrame; |
 |
property RepeatCount: Integer read FRepeatCount write FRepeatCount; |
 |
property RunCount: Integer read FRunCount write FRunCount; |
 |
property IsChained: Boolean read FIsChained write FIsChained; |
 |
property ChainJobGUID: String read FChainJobGUID write FChainJobGUID; |
 |
property ChainNumber: Integer read FChainNumber write FChainNumber; |
 |
property ChainLength: Integer read FChainLength write FChainLength; |
 |
property CreatedAt: TDateTime read FCreatedAt write FCreatedAt; |
Description
Fields
 |
internal const cAppStartStamp = 767011.0; |
|
|
 |
internal const cAppCloseStamp = 767012.0; |
|
1 jan 4000
|
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure BaseAssign(_Source: TObject; AssignClasses: Boolean); override; |
|
|
 |
procedure FillFromDataSet (ADataSet: TDBXOMDataSet); override; |
|
|
 |
function NextScheduledStamp(AOffsetStamp: TDateTime): TDateTime; virtual; |
|
|
 |
function IsPending: Boolean; virtual; |
|
|
 |
function IsRunning: Boolean; virtual; |
|
|
 |
function IsFinished: Boolean; virtual; |
|
|
Properties
 |
property DataBlock: TMemoryStream read FDataBlock write FDataBlock; |
|
|
 |
property UserGUID: String read FUserGUID write FUserGUID; |
|
|
 |
property ComputerGUID: String read FComputerGUID write FComputerGUID; |
|
|
 |
property GroupGUID: String read FGroupGUID write FGroupGUID; |
|
|
 |
property Enabled: Boolean read FEnabled write FEnabled; |
|
|
 |
property Command: WideString read FCommand write FCommand; |
|
|
 |
property Priority: TJobPriority read FPriority write FPriority; |
|
|
 |
property ScheduledStamp: TDateTime read FScheduledStamp write FScheduledStamp; |
|
|
 |
property StartStamp: TDateTime read FStartStamp write FStartStamp; |
|
|
 |
property FinishStamp: TDateTime read FFinishStamp write FFinishStamp; |
|
|
 |
property RepeatFrequency: Integer read FRepeatFrequency write FRepeatFrequency; |
|
|
 |
property RepeatCount: Integer read FRepeatCount write FRepeatCount; |
|
|
 |
property RunCount: Integer read FRunCount write FRunCount; |
|
|
 |
property IsChained: Boolean read FIsChained write FIsChained; |
|
|
 |
property ChainJobGUID: String read FChainJobGUID write FChainJobGUID; |
|
|
 |
property ChainNumber: Integer read FChainNumber write FChainNumber; |
|
|
 |
property ChainLength: Integer read FChainLength write FChainLength; |
|
|
 |
property CreatedAt: TDateTime read FCreatedAt write FCreatedAt; |
|
|
Generated by PasDoc 0.15.0.
|