The SMS_TaskSequenceExecutionStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the status of an execution of a task sequence.

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

Class SMS_TaskSequenceExecutionStatus : SMS_BaseClass
{
	String ActionName;
	String ActionOutput;
	String AdvertisementID;
	DateTime ExecutionTime;
	UInt32 ExitCode;
	String GroupName;
	UInt32 LastStatusMsgID;
	String LastStatusMsgName;
	String PackageID;
	UInt32 ResourceID;
	UInt32 Step;
};

Methods

The SMS_TaskSequenceExecutionStatus class does not define any methods.

Properties

ActionName

Data type: StringAccess type: Read/Write Qualifiers: noneName of the action in the task sequence that was executed.
ActionOutput

Data type: StringAccess type: Read/Write Qualifiers: noneConsole output of the task sequence step that was executed.
AdvertisementID

Data type: StringAccess type: Read/Write Qualifiers: [key]Deployment identifier of the task sequence.
ExecutionTime

Data type: DateTimeAccess type: Read/Write Qualifiers: [key]Run time of the task sequence.
ExitCode

Data type: UInt32Access type: Read/Write Qualifiers: noneExit code of the task sequence step that was executed.
GroupName

Data type: StringAccess type: Read/Write Qualifiers: noneGroup name in the task sequence that was executed.
LastStatusMsgID

Data type: UInt32Access type: Read/Write Qualifiers: noneIdentifier for this execution status.
LastStatusMsgName

Data type: StringAccess type: Read/Write Qualifiers: noneName for this execution status.
PackageID

Data type: StringAccess type: Read/Write Qualifiers: [key]Task sequence package identifier.
ResourceID

Data type: UInt32Access type: Read/Write Qualifiers: [key]Client machine identifier.
Step

Data type: UInt32Access type: Read/Write Qualifiers: noneStep number in the task sequence that was executed.

Remarks

Requirements

Runtime Requirements

Development Requirements