Click or drag to resize
ServerJob Properties

The ServerJob type exposes the following members.

Properties
  Name Description
Public property CanRepeat
If false, the job will be executed one time and never again
(Inherited from IJob.)
Public property Id
Entity ID
(Inherited from BaseEntity.)
Public property IDClientGroup
Job Locked Client ID
(Inherited from IJob.)
Public property IDLockedEntity
Job Locked Client or Storage ID
(Inherited from IJob.)
Public property IDSchedule
Schedule ID
Public property IsActive
Is the job active
(Inherited from IJob.)
Public property JobClassName
Name of the Class that implements IJob
(Inherited from IJob.)
Public property Kind
The client kind for the job
(Inherited from IJob.)
Public property LastUpdate
Last update
(Inherited from IJob.)
Public property Name
Job Name
(Inherited from IJob.)
Public property Schedule
When the job occurrs
(Inherited from IJob.)
Public property SettingsSource
Job Settings
(Inherited from IJob.)
Public property Until
Until the job occurrs
(Inherited from IJob.)
Top
See Also