Skip to main content

ScheduleObject class

This data object contains information about the schedule to be used for creating a XClarity Administrator scheduled job.

Namespace: Lenovo.SysMgmt.LXCA.Integration.Data

Assembly: Lenovo.SysMgmt.LXCA.Integration.Data

Properties

public string Name { get; set; }
Schedule name.
public string Type { get; }
Type of schedule. This can be one of the following values. Note that this value is read-only.
  • ONE_TIME. The job runs one time on all target devices. If the specified start and end date are in the past, the job runs imminently.

  • RECURRING. The job runs on the specified dates and times on all target devices.

  • EVENT_TRIGGERED. The job runs when a specified event occurs. This job runs only on the device that generated the event.

public DateTime OccurrenceExecDate { get; set; }
Timestamp when the scheduled job is to run next. This property is required when schedule type is ONE_TIME.
public ScheduleRule Rule { get; set; }
Information about the scheduling rules. This property is required when schedule type is RECURRING.

Methods

public virtual bool Equals (object obj);
Determines whether the specified object is equal to the current object.

(Inherited from System.Object)

public virtual int GetHashCode ();
Serves as the default hash function

(Inherited from System.Object)

public Type GetType ();
Gets the System.Type of the current instance

(Inherited from System.Object)

public virtual string ToString ();
Returns a string that represents the current object.

(Inherited from System.Object)