int
ACSLMGRStarted(const char * _onBehalfOfCampaign);
int
ACSLMGRStart(const char * _campaign);
int
ACSLMGRStop(const char * _campaign);
int
ACSLMGRPause(const char * _campaign);
int
ACSLMGRResume(const char * _campaign);
int
ACSLMGRScheduleStart(const char * _campaign,
const char * _startDate,
const char * _startTime,
const int _honorTimeZone,
const int leaveRunning);
int
ACSLMGRScheduleStop (const char * _campaign,
const char * _startDate,
const char * _startTime,
const int _honorTimeZone);
ACSLMGRStarted() returns all of the campaigns
for which List Managers are running (this is largely an internal DscACS call,
and _onBehalfOfCampaign identifies the request for
DscACS).
For the scheduled start and stop routines, the _honorTimeZone
argument is set to TRUE if times are to be transmitted
unmodified if distributed to an Associate.
If FALSE, then a calculation will be made of
the time differential between Associates, so that the scheduled time will match
the originator’s intended time, and not be shifted to the Associates’.