Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler Namespace

Classes

  Class Description
Public class CCSTask Extends the basic functionality of the Task class.
Public class CCSTaskList Deprecated. Provided for compatibility with a previous version of this library only.
Public class DailyTrigger Represents a trigger that fires daily at a specified time.
Public class MonthlyDOWTrigger Represents a trigger that fires at a specified time, at specified days, at specified weeks, and at specified months.
Public class MonthlyTrigger Represents a trigger that fires at a specified time, on specified days, and in specified months.
Public class OnIdleTrigger Represents the trigger that fires when the system is idle for a period of time. The length of period is set by the IdleWaitMinutes property.
Public class OnLogonTrigger Represents a trigger that fires when a user logs on.
Public class OnSystemStartTrigger Represents a trigger that fires when the system starts.
Public class RunOnceTrigger Represents a trigger that fires once only.
Public class ScheduledTasks Represents a ScheduledTasks object that holds a COM interface that can be released by calling the Dispose method.
Public class Scheduler Deprecated. Provided for compatibility with the previous version of this library.
Public class StartableTrigger Represents all triggers that have a start time.
Public class Task Represents an item in the Scheduled Tasks folder.
Public class TaskList Presents the Scheduled Tasks folder as a task collection. Deprecated. Provided for compatibility with the previous version of the library.
Public class Trigger Creates a concrete trigger for a specific start condition and then calls the Add(Trigger) method to include the trigger in the trigger list for a task.
Public class WeeklyTrigger Represents a trigger that fires at a specified time on a given day, at specified days in a given week, and every so many weeks.

Enumerations

  Enumeration Description
Public enumeration DaysOfTheWeek Defines values for days of the week (Monday, Tuesday, and so on).
Public enumeration MonthsOfTheYear Defines values for months of the year.
Public enumeration Task.PropPages Defines the argument for the DisplayForEdit method to determine the property pages to display.
Public enumeration TaskFlags Defines options for a task.
Public enumeration TaskStatus Defines status values returned for a task.
Public enumeration WhichWeek Defines the values for the week of month.