CatTaskNeverSchedule class
Revision as of 03:27, 31 May 2017 by Nguyenduyan (talk | contribs)
CatTaskNeverSchedule
Schedule cattask to never now
Constructors
- () - Never now
Methods
- 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.
Examples
CatTaskScheduleHelper csHelper = new CatTaskScheduleHelper();
number taskId = 54183;
CatTaskNeverSchedule schedule = new CatTaskNeverSchedule();
csHelper.RescheduleByMetaDataId(taskId, schedule);