Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

CatTaskScheduleHelper class: Difference between revisions

From Catglobe Wiki
Replaced content with " Category:Classes"
m Phu edit
Line 1: Line 1:


[[Category:Classes]]
[[Category:Classes]]
Helper class for scheduling CatTasks
Constructors
() - Instanciate helper
Methods
CatTaskSchedule GetScheduleByInstanceId(int instanceId "Id of an instance of a task") - From an instance, find the task and find its schedule
CatTaskSchedule GetScheduleByMetaDataId(int taskId "Id of a task") - From a task, find its schedule
Empty RescheduleByInstanceId(int instanceId "Id of an instance of a task", CatTaskSchedule schedule "The new schedule to use") - From an instance, find the task and alter its schedule
Empty RescheduleByMetaDataId(int taskId "Id of a task", CatTaskSchedule schedule "The new schedule to use") - From a task, alter its schedule
string ToString() - The string representation of the object.
Properties
string ObjectTypeName { get; } - The name of the type of object.
TypeInformation TypeInformation { get; } - Get information about this class.

Revision as of 04:05, 25 May 2017

Helper class for scheduling CatTasks

Constructors

() - Instanciate helper

Methods

CatTaskSchedule GetScheduleByInstanceId(int instanceId "Id of an instance of a task") - From an instance, find the task and find its schedule

CatTaskSchedule GetScheduleByMetaDataId(int taskId "Id of a task") - From a task, find its schedule

Empty RescheduleByInstanceId(int instanceId "Id of an instance of a task", CatTaskSchedule schedule "The new schedule to use") - From an instance, find the task and alter its schedule

Empty RescheduleByMetaDataId(int taskId "Id of a task", CatTaskSchedule schedule "The new schedule to use") - From a task, alter its schedule

string ToString() - The string representation of the object.

Properties

string ObjectTypeName { get; } - The name of the type of object.

TypeInformation TypeInformation { get; } - Get information about this class.