Parameter | Description |
---|---|
aSessionId | Indicates the session id for the logged in user session. |
MaintenanceActivityDefinition | Provides an instance of a Maintenance Activity Definition. |
aBeginDateTime | Begin date & time of the schedule. This parameter also accepts ‘null’ as value. |
aEndDateTime | End date & time of the schedule. This parameter also accepts ‘null’ as value. |
aInterval | Indicates the number of times the scheduler is called during the schedules. |
aDayOfMonth | Indicates the day in a month when the scheduler should be executed. |
aOccuranceInMonth | Indicates the occurrences in a month. |
aOnMonday | This value should be true if you want to schedule the occurrence on a Monday. |
aOnTuesday | This value should be true if you want to schedule the occurrence on a Tuesday. |
aOnWednesday | This value should be true if you want to schedule the occurrence on a Wednesday. |
aOnThursday | This value should be true if you want to schedule the occurrence on a Thursday. |
aOnFriday | This value should be true if you want to schedule the occurrence on a Friday. |
aOnSaturday | This value should be true if you want to schedule the occurrence on a Saturday. |