Skip to main content

LXCOSchedule class

This data object contains information about a scheduled job.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string ID { get; set;}
The ID of this schedule.
public DateTime? CreationTimeStamp { get; set;}
Timestamp when the scheduled job was created.
public string CreatedBy { get; set;}
Name of the user that created the schedule.
public string JobID { get; set;}
Job ID if the schedule was started, null otherwise.
public string Status { get; set;}
Schedule status. This can be one of the following values.
  • Cancelled. The schedule was canceled.
  • Error. An error prevented the job from running on schedule..
  • Launched. The job ran on schedule.
  • Pending. The job is scheduled for a later time.
public DateTime? ScheduleTimeStamp { get; set;}
Time stamp when the scheduled job is to run.
public string Title { get; set;}
Scheduled job title.
public LXCOScheduleData ScheduleRequest { get; set;}
Information about the operation to be performed for this job.

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)