Syntax
public
static
void ScheduledTasks_CreateScheduledTask(string ScheduledTaskType_Code, int? Frequency_Hours, int? StartTimeOfDay_Minutes, int? EndTimeOfDay_Minutes, Inedo.Data.YNIndicator? Active_Indicator, int? Feed_Id, int? Connector_Id, int? ScheduledTask_Id)
Parameters
- ScheduledTaskType_Code
- Type: string
- Frequency_Hours
- Type: int?
- StartTimeOfDay_Minutes
- Type: int?
- EndTimeOfDay_Minutes
- Type: int?
- Active_Indicator
- Type: Inedo.Data.YNIndicator?
- Feed_Id
- Type: int?
- Connector_Id
- Type: int?
- ScheduledTask_Id
- Type: int?