Click or drag to resize

ScheduleTaskContract Class

Schedule Task Wrapper.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.SchedulingScheduleTaskContract

Namespace:  SOS.SDK.Contracts.Scheduling
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class ScheduleTaskContract

The ScheduleTaskContract type exposes the following members.

Constructors
  NameDescription
Public methodScheduleTaskContract
Initializes a new instance of the ScheduleTaskContract class
Top
Properties
  NameDescription
Public propertyActions
Schedule Task actions collection.
Public propertyData
Schedule Task CustomData.
Public propertyEndTime
Time, when Schedule Task will stops working.
Public propertyLogonType
Schedule Task Logon Type.
Public propertyName
Schedule Task Name.
Public propertyNextRunTime
Time, when Schedule Task will launch next time.
Public propertyTriggers
Schedule Task triggers collection.
Public propertyUserId
Windows User ID.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also