WebCenter Interaction API  
 

PT_SCHEDULE_SETTINGS Members

PT_SCHEDULE_SETTINGS overview

Public Static Fields

public fieldstaticPT_SCHEDULE_BLOCKEDTIMES Specifies blocked out periods. 0= None (default), 1= No Weekday Runtimes, 2= No Weekend Runtimes.
public fieldstaticPT_SCHEDULE_SUSPEND_CHECKPOINT_INTERVAL Interval for automatic checkpoint saving, minutes. 0 - never.
public fieldstaticPT_SCHEDULE_SUSPEND_MODE Automatic suspend/resume mode. Values: PT_SCHEDULE_SUSPEND_MODES
public fieldstaticPT_SCHEDULE_SUSPEND_WEEKDAY_BEGIN_TIME Work or suspend (depending on PT_SCHEDULE_SUSPEND_MODE) time begin on week days. Strings like 8:30PM or 20:30 or military int 2030
public fieldstaticPT_SCHEDULE_SUSPEND_WEEKDAY_END_TIME Work or suspend time end on week days.
public fieldstaticPT_SCHEDULE_SUSPEND_WEEKEND_BEGIN_TIME Work or suspend time begin on weekends.
public fieldstaticPT_SCHEDULE_SUSPEND_WEEKEND_END_TIME Work or suspend time end on weekends.

Public Instance Constructors

public method PT_SCHEDULE_SETTINGS Constructor Initializes a new instance of the PT_SCHEDULE_SETTINGS class.

Public Instance Methods

public methodEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
public methodGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object)Gets the Type of the current instance.
public methodToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_SCHEDULE_SETTINGS Class | com.plumtree.server Namespace | IPTSchedule