Defines the class ID (CID) that uniquely identifies a class that implements IADTObject.
enum ClassIDEnum { CID_Unknown = 0, CID_Job = 1, CID_DayIntervalCriterion = 2, CID_SpecifyDaysCriterion = 3, CID_DaySpecification = 4, CID_TimeIntervalCriterion = 5, CID_SpecifyTimeCriterion = 6, CID_Schedule = 7, CID_ScheduleTrigger = 8, CID_ProgramExecutionTask = 9, CID_JobStep = 10, CID_Response = 11, CID_JobControlAction = 12, CID_NetworkConnection = 13, CID_CapturedFile = 14, CID_FileCaptureSpec = 15, CID_FileCaptureAction = 16, CID_JobEventFilter = 17, CID_ExecutionHistoryItem = 18, CID_ExecutionHistoryStep = 19, CID_JobStatus = 20, CID_NotificationAction = 21, CID_NotificationAddress = 22, CID_JobCondition = 23, CID_FileCondition = 24, CID_LogEvent = 25, CID_SecurityTemplate = 26, CID_StartupTrigger = 27, CID_RestartComputerTask = 28, CID_ServiceControlTask = 29, CID_TerminateProcessTask = 30, CID_Script = 31, CID_JobGroup = 32, CID_ScriptLibrary = 33, CID_ScriptExecutionTask = 34, CID_DateSchedule = 35, CID_ProcessCondition = 36, CID_ScriptCondition = 37, CID_ScriptAction = 38, CID_WMITrigger = 39, CID_FileTrigger = 40, CID_ProcessTrigger = 41, CID_EventLogMonitor = 43, CID_ComputerMonitor = 44, CID_EffectiveSchedule = 45, CID_NotificationIndividual = 46, CID_NotificationGroup = 47, CID_NotificationGroupMember = 48, CID_RemoteAgent = 50, CID_JobAgentJoin = 51, CID_MessagingServiceProvider = 52, CID_JobQueue = 53, CID_QueueAgentJoin = 54, CID_JobVariable = 55, CID_JobVariableClass = 56, CID_ServerSettings = 57, CID_NotificationTask = 59, CID_CustomAction = 60, CID_CustomCondition = 61, CID_CustomTask = 62, CID_CustomTrigger = 63, CID_ExecutingInstance = 64, CID_CredentialProfile = 65 };
public enum ClassIDEnum { CID_Unknown = 0, CID_Job = 1, CID_DayIntervalCriterion = 2, CID_SpecifyDaysCriterion = 3, CID_DaySpecification = 4, CID_TimeIntervalCriterion = 5, CID_SpecifyTimeCriterion = 6, CID_Schedule = 7, CID_ScheduleTrigger = 8, CID_ProgramExecutionTask = 9, CID_JobStep = 10, CID_Response = 11, CID_JobControlAction = 12, CID_NetworkConnection = 13, CID_CapturedFile = 14, CID_FileCaptureSpec = 15, CID_FileCaptureAction = 16, CID_JobEventFilter = 17, CID_ExecutionHistoryItem = 18, CID_ExecutionHistoryStep = 19, CID_JobStatus = 20, CID_NotificationAction = 21, CID_NotificationAddress = 22, CID_JobCondition = 23, CID_FileCondition = 24, CID_LogEvent = 25, CID_SecurityTemplate = 26, CID_StartupTrigger = 27, CID_RestartComputerTask = 28, CID_ServiceControlTask = 29, CID_TerminateProcessTask = 30, CID_Script = 31, CID_JobGroup = 32, CID_ScriptLibrary = 33, CID_ScriptExecutionTask = 34, CID_DateSchedule = 35, CID_ProcessCondition = 36, CID_ScriptCondition = 37, CID_ScriptAction = 38, CID_WMITrigger = 39, CID_FileTrigger = 40, CID_ProcessTrigger = 41, CID_EventLogMonitor = 43, CID_ComputerMonitor = 44, CID_EffectiveSchedule = 45, CID_NotificationIndividual = 46, CID_NotificationGroup = 47, CID_NotificationGroupMember = 48, CID_RemoteAgent = 50, CID_JobAgentJoin = 51, CID_MessagingServiceProvider = 52, CID_JobQueue = 53, CID_QueueAgentJoin = 54, CID_JobVariable = 55, CID_JobVariableClass = 56, CID_ServerSettings = 57, CID_NotificationTask = 59, CID_CustomAction = 60, CID_CustomCondition = 61, CID_CustomTask = 62, CID_CustomTrigger = 63, CID_ExecutingInstance = 64, CID_CredentialProfile = 65 }
Public Enum ClassIDEnum CID_Unknown = 0 CID_Job = 1 CID_DayIntervalCriterion = 2 CID_SpecifyDaysCriterion = 3 CID_DaySpecification = 4 CID_TimeIntervalCriterion = 5 CID_SpecifyTimeCriterion = 6 CID_Schedule = 7 CID_ScheduleTrigger = 8 CID_ProgramExecutionTask = 9 CID_JobStep = 10 CID_Response = 11 CID_JobControlAction = 12 CID_NetworkConnection = 13 CID_CapturedFile = 14 CID_FileCaptureSpec = 15 CID_FileCaptureAction = 16 CID_JobEventFilter = 17 CID_ExecutionHistoryItem = 18 CID_ExecutionHistoryStep = 19 CID_JobStatus = 20 CID_NotificationAction = 21 CID_NotificationAddress = 22 CID_JobCondition = 23 CID_FileCondition = 24 CID_LogEvent = 25 CID_SecurityTemplate = 26 CID_StartupTrigger = 27 CID_RestartComputerTask = 28 CID_ServiceControlTask = 29 CID_TerminateProcessTask = 30 CID_Script = 31 CID_JobGroup = 32 CID_ScriptLibrary = 33 CID_ScriptExecutionTask = 34 CID_DateSchedule = 35 CID_ProcessCondition = 36 CID_ScriptCondition = 37 CID_ScriptAction = 38 CID_WMITrigger = 39 CID_FileTrigger = 40 CID_ProcessTrigger = 41 CID_EventLogMonitor = 43 CID_ComputerMonitor = 44 CID_EffectiveSchedule = 45 CID_NotificationIndividual = 46 CID_NotificationGroup = 47 CID_NotificationGroupMember = 48 CID_RemoteAgent = 50 CID_JobAgentJoin = 51 CID_MessagingServiceProvider = 52 CID_JobQueue = 53 CID_QueueAgentJoin = 54 CID_JobVariable = 55 CID_JobVariableClass = 56 CID_ServerSettings = 57 CID_NotificationTask = 59 CID_CustomAction = 60 CID_CustomCondition = 61 CID_CustomTask = 62 CID_CustomTrigger = 63 CID_ExecutingInstance = 64 CID_CredentialProfile = 65 End Enum
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|