CCM_Service_SystemTaskConfiguration Client WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

Important

This class supports the Configuration Manager 2007 infrastructure and is not intended to be used directly from your code.

In Configuration Manager 2007, the CCM_Service_SystemTaskConfiguration class is a client Windows Management Instrumentation (WMI) class that supports system task configuration for the CCMEXEC service.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class CCM_Service_SystemTaskConfiguration : CCM_Policy
{
      String CoClass;
      String DisplayName;
      String Event;
      String Name;
      UInt32 Order;
      String PolicyID;
      String PolicyInstanceID;
      UInt32 PolicyPrecedence;
      String PolicyRuleID;
      String PolicySource;
      String PolicyVersion;
      String ThreadType;
};

Methods

The CCM_Service_SystemTaskConfiguration class does not define any methods.

Properties

  • CoClass
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Class ID or program ID of the COM class that implements the system task.

  • DisplayName
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Display name of the system task.

  • Event
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Event on which the system task should be invoked.

  • Name
    Data type: String

    Access type: Read/Write

    Qualifiers: [Realkey]

    Name of the system task, which must be unique on the computer.

  • Order
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: None

    Order value of the task. Tasks with lower order values run before tasks with higher values. Tasks with the same order value run simultaneously (no ordering between them is guaranteed).This value defaults to 0 if a value is not specified.

  • ThreadType
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Thread type on which the endpoint should be invoked.

Remarks

There is an instance of this class for each system task on the computer.

Requirements

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

Concepts

Client Framework and Data Transfer Client WMI Classes