Aqualogic Interaction API  
 

PT_SCHEDULE_SETTINGS Members

PT_SCHEDULE_SETTINGS overview

Public Static Fields

PT_SCHEDULE_BLOCKEDTIMES Specifies blocked out periods. 0= None (default), 1= No Weekday Runtimes, 2= No Weekend Runtimes.
PT_SCHEDULE_SUSPEND_CHECKPOINT_INTERVAL Interval for automatic checkpoint saving, minutes. 0 - never.
PT_SCHEDULE_SUSPEND_MODE Automatic suspend/resume mode. Values: PT_SCHEDULE_SUSPEND_MODES
PT_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
PT_SCHEDULE_SUSPEND_WEEKDAY_END_TIME Work or suspend time end on week days.
PT_SCHEDULE_SUSPEND_WEEKEND_BEGIN_TIME Work or suspend time begin on weekends.
PT_SCHEDULE_SUSPEND_WEEKEND_END_TIME Work or suspend time end on weekends.

Public Instance Constructors

PT_SCHEDULE_SETTINGS Constructor Initializes a new instance of the PT_SCHEDULE_SETTINGS class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (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.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_SCHEDULE_SETTINGS Class | com.plumtree.server Namespace | IPTSchedule