Skip to content

Latest commit

 

History

History
105 lines (69 loc) · 4.27 KB

File metadata and controls

105 lines (69 loc) · 4.27 KB
title SMS_TaskSequence_Step Class
description In Configuration Manager, the SMS_TaskSequence_Step WMI class is an SMS Provider server class. This class serves as an abstract base class that represents a single step in a task sequence.
ms.date 09/20/2016
ms.subservice sdk
ms.topic reference
ms.collection tier3

SMS_TaskSequence_Step Server WMI Class

The SMS_TaskSequence_Step Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager. This class serves as an abstract base class that represents a single step in a task sequence.

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

Syntax

Class SMS_TaskSequence_Step
{
      SMS_TaskSequence_Condition Condition;
      Boolean ContinueOnError;
      String Description;
      Boolean Enabled;
      String Name;
};

Methods

The SMS_TaskSequence_Step class does not define any methods.

Properties

Condition Data type: SMS_TaskSequence_Condition

Access type: Read/Write

Qualifiers: None

Optional. An SMS_TaskSequence_Condition Server WMI Class object representing a condition that can be used to determine if the step should be processed.

ContinueOnError Data type: Boolean

Access type: Read/Write

Qualifiers: None

true to continue the task sequence even if the step fails.

Description Data type: String

Access type: Read/Write

Qualifiers: [AllowedLen("0-255")]

Optional. The description of the step. The description length can be between 0 and 255 characters.

Enabled Data type: Boolean

Access type: Read/Write

Qualifiers: None

true if the step should be run. Set this property to false to ignore the step completely.

Name Data type: String

Access type: Read/Write

Qualifiers: [AllowedLen("1-100")]

The name of the step. The name length can be between 1 and 100 characters.

Remarks

Class qualifiers for this class include:

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

SMS_TaskSequence Server WMI Class SMS_TaskSequence_Action Server WMI Class SMS_TaskSequence_Condition Server WMI Class SMS_TaskSequence_Group Server WMI Class