Click or drag to resize
IJob Properties

The IJob type exposes the following members.

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